Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-47541 (GCVE-0-2024-47541)
Vulnerability from cvelistv5
Published
2024-12-11 18:54
Modified
2024-12-12 14:33
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-787 - Out-of-bounds Write
Summary
GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket "}" appears before an opening curly bracket "{" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.
References
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-47541", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-12-12T14:33:06.587461Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-12T14:33:13.881Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "gstreamer", "vendor": "gstreamer", "versions": [ { "status": "affected", "version": "\u003c 1.24.10" } ] } ], "descriptions": [ { "lang": "en", "value": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "LOCAL", "baseScore": 6.9, "baseSeverity": "MEDIUM", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "NONE", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N", "version": "4.0", "vulnAvailabilityImpact": "HIGH", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-787", "description": "CWE-787: Out-of-bounds Write", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-11T18:54:33.099Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/", "tags": [ "x_refsource_CONFIRM" ], "url": "https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/" }, { "name": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch", "tags": [ "x_refsource_MISC" ], "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch" }, { "name": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html", "tags": [ "x_refsource_MISC" ], "url": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html" } ], "source": { "advisory": "GHSA-7h7h-6gjp-wqc4", "discovery": "UNKNOWN" }, "title": "GHSL-2024-228: GStreamer has an out-of-bounds write in SSA subtitle parser" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-47541", "datePublished": "2024-12-11T18:54:33.099Z", "dateReserved": "2024-09-25T21:46:10.930Z", "dateUpdated": "2024-12-12T14:33:13.881Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-47541\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-12T02:03:28.477\",\"lastModified\":\"2024-12-13T19:21:49.873\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \\\"}\\\" appears before an opening curly bracket \\\"{\\\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.\"},{\"lang\":\"es\",\"value\":\"GStreamer es una librer\u00eda para construir gr\u00e1ficos de componentes de manejo de medios. Se ha identificado una vulnerabilidad de escritura OOB en la funci\u00f3n gst_ssa_parse_remove_override_codes del archivo gstssaparse.c. Esta funci\u00f3n es responsable de analizar y eliminar los c\u00f3digos de anulaci\u00f3n de estilo SSA (SubStation Alpha), que est\u00e1n encerrados entre llaves ({}). El problema surge cuando aparece una llave de cierre \\\"}\\\" antes de una llave de apertura \\\"{\\\" en la cadena de entrada. En este caso, memmove() duplica incorrectamente una subcadena. Con cada iteraci\u00f3n sucesiva del bucle, el tama\u00f1o pasado a memmove() se vuelve progresivamente m\u00e1s grande (strlen(end+1)), lo que lleva a una escritura m\u00e1s all\u00e1 de los l\u00edmites de memoria asignados. Esta vulnerabilidad se corrigi\u00f3 en 1.24.10.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.10\",\"matchCriteriaId\":\"82BF8403-8CE2-4AFC-865F-FD40A77D20E0\"}]}]}],\"references\":[{\"url\":\"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://gstreamer.freedesktop.org/security/sa-2024-0023.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Release Notes\"]},{\"url\":\"https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47541\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-12T14:33:06.587461Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-12T14:33:10.531Z\"}}], \"cna\": {\"title\": \"GHSL-2024-228: GStreamer has an out-of-bounds write in SSA subtitle parser\", \"source\": {\"advisory\": \"GHSA-7h7h-6gjp-wqc4\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"gstreamer\", \"product\": \"gstreamer\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.24.10\"}]}], \"references\": [{\"url\": \"https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/\", \"name\": \"https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch\", \"name\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://gstreamer.freedesktop.org/security/sa-2024-0023.html\", \"name\": \"https://gstreamer.freedesktop.org/security/sa-2024-0023.html\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \\\"}\\\" appears before an opening curly bracket \\\"{\\\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787: Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-12-11T18:54:33.099Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-47541\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-12T14:33:13.881Z\", \"dateReserved\": \"2024-09-25T21:46:10.930Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-12-11T18:54:33.099Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2025:0052-1
Vulnerability from csaf_suse
Published
2025-01-09 16:35
Modified
2025-01-09 16:35
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)
- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)
- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)
- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)
- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)
- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)
- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)
Patchnames
SUSE-2025-52,SUSE-SLE-SERVER-12-SP5-LTSS-2025-52,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-52
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)\n- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)\n- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)\n- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)\n- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-52,SUSE-SLE-SERVER-12-SP5-LTSS-2025-52,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-52", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0052-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0052-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250052-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0052-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020082.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234447", "url": "https://bugzilla.suse.com/1234447" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47613 page", "url": "https://www.suse.com/security/cve/CVE-2024-47613/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-01-09T16:35:38Z", "generator": { "date": "2025-01-09T16:35:38Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0052-1", "initial_release_date": "2025-01-09T16:35:38Z", "revision_history": [ { "date": "2025-01-09T16:35:38Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "product_id": "gstreamer-plugins-base-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "product": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "product_id": "gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.aarch64", "product": { "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.aarch64", "product_id": "gstreamer-plugins-base-doc-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstallocators-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstapp-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstaudio-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstfft-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstriff-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstrtp-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstsdp-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgsttag-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "product_id": "libgstvideo-1_0-0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.aarch64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.aarch64", "product_id": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-devel-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-devel-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstallocators-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstallocators-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstapp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstapp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstapp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstaudio-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstaudio-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstfft-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstfft-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstfft-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstpbutils-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstpbutils-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstriff-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstriff-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstriff-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstrtp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstrtp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstrtsp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstrtsp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstsdp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstsdp-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgsttag-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgsttag-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgsttag-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product": { "name": "libgstvideo-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32", "product_id": "libgstvideo-1_0-0-64bit-1.8.3-13.18.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.8.3-13.18.1.i586", "product": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.i586", "product_id": "gstreamer-plugins-base-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.i586", "product": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.i586", "product_id": "gstreamer-plugins-base-devel-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.i586", "product": { "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.i586", "product_id": "gstreamer-plugins-base-doc-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstallocators-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstapp-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstaudio-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstfft-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstpbutils-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstriff-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstrtp-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstrtsp-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstsdp-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgsttag-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.8.3-13.18.1.i586", "product": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.i586", "product_id": "libgstvideo-1_0-0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.i586", "product": { "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.i586", "product_id": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "product": { "name": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "product_id": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "product": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "product_id": "gstreamer-plugins-base-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "product": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "product_id": "gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.ppc64le", "product": { "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.ppc64le", "product_id": "gstreamer-plugins-base-doc-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstapp-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstfft-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstriff-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgsttag-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "product": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "product_id": "libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.ppc64le", "product": { "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.ppc64le", "product_id": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.8.3-13.18.1.s390", "product": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.s390", "product_id": "gstreamer-plugins-base-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390", "product": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390", "product_id": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.s390", "product": { "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.s390", "product_id": "gstreamer-plugins-base-doc-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstallocators-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstapp-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstaudio-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstfft-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstriff-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstrtp-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstsdp-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgsttag-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.8.3-13.18.1.s390", "product": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.s390", "product_id": "libgstvideo-1_0-0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.s390" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.s390", "product": { "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.s390", "product_id": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.8.3-13.18.1.s390x", "product": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.s390x", "product_id": "gstreamer-plugins-base-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-32bit-1.8.3-13.18.1.s390x", "product": { "name": "gstreamer-plugins-base-32bit-1.8.3-13.18.1.s390x", "product_id": "gstreamer-plugins-base-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "product": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "product_id": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-32bit-1.8.3-13.18.1.s390x", "product": { "name": "gstreamer-plugins-base-devel-32bit-1.8.3-13.18.1.s390x", "product_id": "gstreamer-plugins-base-devel-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.s390x", "product": { "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.s390x", "product_id": "gstreamer-plugins-base-doc-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstallocators-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstallocators-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstallocators-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstapp-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstaudio-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstfft-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstfft-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstfft-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstfft-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstriff-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstriff-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstriff-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstrtp-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstrtp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstrtp-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstrtsp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstrtsp-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstsdp-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstsdp-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstsdp-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgsttag-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "product_id": "libgstvideo-1_0-0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "product": { "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "product_id": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.s390x", "product": { "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.s390x", "product_id": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "product_id": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "gstreamer-plugins-base-32bit-1.8.3-13.18.1.x86_64", "product_id": "gstreamer-plugins-base-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "product_id": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-32bit-1.8.3-13.18.1.x86_64", "product_id": "gstreamer-plugins-base-devel-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.x86_64", "product": { "name": "gstreamer-plugins-base-doc-1.8.3-13.18.1.x86_64", "product_id": "gstreamer-plugins-base-doc-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstallocators-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstallocators-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstfft-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstfft-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstriff-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstriff-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstrtp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstrtp-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstrtsp-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstsdp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstsdp-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "product_id": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product": { "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "product_id": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstAllocators-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstApp-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstAudio-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstFft-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstPbutils-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstRtp-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstRtsp-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstSdp-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstTag-1_0-1.8.3-13.18.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.x86_64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.x86_64", "product_id": "typelib-1_0-GstVideo-1_0-1.8.3-13.18.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x" }, "product_reference": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x" }, "product_reference": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x" }, "product_reference": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x" }, "product_reference": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47613", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47613" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47613", "url": "https://www.suse.com/security/cve/CVE-2024-47613" }, { "category": "external", "summary": "SUSE Bug 1234447 for CVE-2024-47613", "url": "https://bugzilla.suse.com/1234447" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "moderate" } ], "title": "CVE-2024-47613" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-devel-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-base-lang-1.8.3-13.18.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstallocators-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstapp-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstaudio-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstfft-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstpbutils-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstriff-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstrtsp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstsdp-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgsttag-1_0-0-32bit-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-1.8.3-13.18.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstvideo-1_0-0-32bit-1.8.3-13.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:35:38Z", "details": "moderate" } ], "title": "CVE-2024-47835" } ] }
suse-su-2025:0065-1
Vulnerability from csaf_suse
Published
2025-01-10 14:42
Modified
2025-01-10 14:42
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)
- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)
- CVE-2024-47600: Fixed an out-of-bounds read in gst-discoverer-1.0 commandline tool. (bsc#1234453)
- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)
- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)
- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)
- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)
Patchnames
SUSE-2025-65,SUSE-SLE-Module-Basesystem-15-SP6-2025-65,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-65,openSUSE-SLE-15.6-2025-65
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)\n- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)\n- CVE-2024-47600: Fixed an out-of-bounds read in gst-discoverer-1.0 commandline tool. (bsc#1234453)\n- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)\n- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)\n- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)\n- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-65,SUSE-SLE-Module-Basesystem-15-SP6-2025-65,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-65,openSUSE-SLE-15.6-2025-65", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0065-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0065-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250065-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0065-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020089.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234453", "url": "https://bugzilla.suse.com/1234453" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47600 page", "url": "https://www.suse.com/security/cve/CVE-2024-47600/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-01-10T14:42:36Z", "generator": { "date": "2025-01-10T14:42:36Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0065-1", "initial_release_date": "2025-01-10T14:42:36Z", "revision_history": [ { "date": "2025-01-10T14:42:36Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "product_id": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "product": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "product_id": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "product_id": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "product_id": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-devel-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-devel-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstallocators-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstallocators-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstapp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstapp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstapp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstaudio-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstaudio-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstfft-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstfft-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstfft-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstgl-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstgl-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstgl-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstpbutils-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstpbutils-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstriff-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstriff-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstriff-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstrtp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstrtp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstrtsp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstrtsp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstsdp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstsdp-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgsttag-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgsttag-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgsttag-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product": { "name": "libgstvideo-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32", "product_id": "libgstvideo-1_0-0-64bit-1.24.0-150600.3.8.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.i586", "product": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.i586", "product_id": "gstreamer-plugins-base-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.i586", "product": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.i586", "product_id": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstapp-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstfft-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstgl-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstriff-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgsttag-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.i586", "product": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.i586", "product_id": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.i586", "product": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.i586", "product_id": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "product": { "name": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "product_id": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "product_id": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "product_id": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "product_id": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "product": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "product_id": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "product": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "product_id": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "product": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "product_id": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "product_id": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "product": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "product_id": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "product_id": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "product_id": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product": { "name": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "product_id": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "product_id": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47600", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47600" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the function gst_discoverer_audio_info_get_channels may return a guint channels value greater than 64. This causes the for loop to attempt access beyond the bounds of the position array, resulting in an OOB-read when an index greater than 63 is used. This vulnerability can result in reading unintended bytes from the stack. Additionally, the dereference of value-\u003evalue_nick after the OOB-read can lead to further memory corruption or undefined behavior. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47600", "url": "https://www.suse.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "SUSE Bug 1234453 for CVE-2024-47600", "url": "https://bugzilla.suse.com/1234453" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "moderate" } ], "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-base-lang-1.24.0-150600.3.8.1.noarch", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstallocators-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstallocators-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstapp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstapp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstaudio-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstaudio-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstfft-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstfft-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstgl-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstgl-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstpbutils-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstriff-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstriff-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstrtsp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstsdp-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstsdp-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgsttag-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgsttag-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:libgstvideo-1_0-0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:libgstvideo-1_0-0-32bit-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstApp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstTag-1_0-1.24.0-150600.3.8.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.s390x", "openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0-1.24.0-150600.3.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T14:42:36Z", "details": "moderate" } ], "title": "CVE-2024-47835" } ] }
suse-su-2025:02020-1
Vulnerability from csaf_suse
Published
2025-06-19 08:35
Modified
2025-06-19 08:35
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed stack-buffer overflow in vorbis_handle_identification_packet (bnc#1234415)
- CVE-2024-47600: Fixed out-of-bounds read in gst-discoverer-1.0 commandline tool (bnc#1234453)
- CVE-2024-47615: Fixed out-of-bounds write in Ogg demuxer (bnc#1234456)
- CVE-2024-47542: Fixed ID3v2 parser out-of-bounds read and NULL-pointer dereference (bnc#1234460)
- CVE-2024-47607: Fixed stack buffer-overflow in Opus decoder (bnc#1234455)
- CVE-2024-47835: Fixed NULL-pointer dereference in LRC subtitle parser (bnc#1234450)
- CVE-2024-47541: Fixed out-of-bounds write in SSA subtitle parser (bnc#1234459)
- CVE-2025-47808: Fixed NULL-pointer dereference in TMPlayer subtitle parser (boo#1244404)
- CVE-2025-47807: Fixed NULL-pointer dereference in SubRip subtitle parser (boo#1244403)
- CVE-2025-47806: Fixed Stack buffer overflow in SubRip subtitle parser (boo#1244407)
Patchnames
SUSE-2025-2020,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2020,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2020,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2020,SUSE-SUSE-MicroOS-5.2-2025-2020,SUSE-Storage-7.1-2025-2020
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed stack-buffer overflow in vorbis_handle_identification_packet (bnc#1234415)\n- CVE-2024-47600: Fixed out-of-bounds read in gst-discoverer-1.0 commandline tool (bnc#1234453)\n- CVE-2024-47615: Fixed out-of-bounds write in Ogg demuxer (bnc#1234456)\n- CVE-2024-47542: Fixed ID3v2 parser out-of-bounds read and NULL-pointer dereference (bnc#1234460)\n- CVE-2024-47607: Fixed stack buffer-overflow in Opus decoder (bnc#1234455)\n- CVE-2024-47835: Fixed NULL-pointer dereference in LRC subtitle parser (bnc#1234450)\n- CVE-2024-47541: Fixed out-of-bounds write in SSA subtitle parser (bnc#1234459)\n- CVE-2025-47808: Fixed NULL-pointer dereference in TMPlayer subtitle parser (boo#1244404)\n- CVE-2025-47807: Fixed NULL-pointer dereference in SubRip subtitle parser (boo#1244403)\n- CVE-2025-47806: Fixed Stack buffer overflow in SubRip subtitle parser (boo#1244407)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2020,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2020,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2020,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2020,SUSE-SUSE-MicroOS-5.2-2025-2020,SUSE-Storage-7.1-2025-2020", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02020-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02020-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502020-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02020-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040377.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234453", "url": "https://bugzilla.suse.com/1234453" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE Bug 1244403", "url": "https://bugzilla.suse.com/1244403" }, { "category": "self", "summary": "SUSE Bug 1244404", "url": "https://bugzilla.suse.com/1244404" }, { "category": "self", "summary": "SUSE Bug 1244407", "url": "https://bugzilla.suse.com/1244407" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47600 page", "url": "https://www.suse.com/security/cve/CVE-2024-47600/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47806 page", "url": "https://www.suse.com/security/cve/CVE-2025-47806/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47807 page", "url": "https://www.suse.com/security/cve/CVE-2025-47807/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47808 page", "url": "https://www.suse.com/security/cve/CVE-2025-47808/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-06-19T08:35:03Z", "generator": { "date": "2025-06-19T08:35:03Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02020-1", "initial_release_date": "2025-06-19T08:35:03Z", "revision_history": [ { "date": "2025-06-19T08:35:03Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "product_id": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "product": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "product_id": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.aarch64", "product": { "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.aarch64", "product_id": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "product_id": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "product_id": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-devel-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-devel-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstallocators-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstallocators-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstapp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstapp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstapp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstaudio-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstaudio-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstfft-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstfft-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstfft-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstgl-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstgl-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstgl-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstpbutils-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstpbutils-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstriff-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstriff-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstriff-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstrtp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstrtp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstrtsp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstrtsp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstsdp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstsdp-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgsttag-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgsttag-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgsttag-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product": { "name": "libgstvideo-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32", "product_id": "libgstvideo-1_0-0-64bit-1.16.3-150200.4.19.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.i586", "product": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.i586", "product_id": "gstreamer-plugins-base-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.i586", "product": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.i586", "product_id": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.i586", "product": { "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.i586", "product_id": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstapp-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstfft-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstgl-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstriff-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgsttag-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.i586", "product": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.i586", "product_id": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.i586", "product": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.i586", "product_id": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "product": { "name": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "product_id": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "product_id": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "product_id": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.ppc64le", "product_id": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "product_id": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "product": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "product_id": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "product": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "product_id": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "product": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "product_id": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.s390x", "product": { "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.s390x", "product_id": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "product_id": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "product": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "product_id": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "product_id": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "gstreamer-plugins-base-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "gstreamer-plugins-base-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "product_id": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "gstreamer-plugins-base-devel-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.x86_64", "product": { "name": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.x86_64", "product_id": "gstreamer-plugins-base-doc-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstallocators-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstallocators-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstapp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstapp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstaudio-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstaudio-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstfft-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstfft-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstgl-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstgl-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstpbutils-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstriff-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstriff-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstrtp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstrtp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstrtsp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstsdp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstsdp-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgsttag-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgsttag-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product": { "name": "libgstvideo-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64", "product_id": "libgstvideo-1_0-0-32bit-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "product_id": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47600", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47600" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the function gst_discoverer_audio_info_get_channels may return a guint channels value greater than 64. This causes the for loop to attempt access beyond the bounds of the position array, resulting in an OOB-read when an index greater than 63 is used. This vulnerability can result in reading unintended bytes from the stack. Additionally, the dereference of value-\u003evalue_nick after the OOB-read can lead to further memory corruption or undefined behavior. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47600", "url": "https://www.suse.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "SUSE Bug 1234453 for CVE-2024-47600", "url": "https://bugzilla.suse.com/1234453" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2024-47835" }, { "cve": "CVE-2025-47806", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47806" } ], "notes": [ { "category": "general", "text": "In GStreamer through 1.26.1, the subparse plugin\u0027s parse_subrip_time function may write data past the bounds of a stack buffer, leading to a crash.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47806", "url": "https://www.suse.com/security/cve/CVE-2025-47806" }, { "category": "external", "summary": "SUSE Bug 1244407 for CVE-2025-47806", "url": "https://bugzilla.suse.com/1244407" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2025-47806" }, { "cve": "CVE-2025-47807", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47807" } ], "notes": [ { "category": "general", "text": "In GStreamer through 1.26.1, the subparse plugin\u0027s subrip_unescape_formatting function may dereference a NULL pointer while parsing a subtitle file, leading to a crash.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47807", "url": "https://www.suse.com/security/cve/CVE-2025-47807" }, { "category": "external", "summary": "SUSE Bug 1244403 for CVE-2025-47807", "url": "https://bugzilla.suse.com/1244403" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2025-47807" }, { "cve": "CVE-2025-47808", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47808" } ], "notes": [ { "category": "general", "text": "In GStreamer through 1.26.1, the subparse plugin\u0027s tmplayer_parse_line function may dereference a NULL pointer while parsing a subtitle file, leading to a crash.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47808", "url": "https://www.suse.com/security/cve/CVE-2025-47808" }, { "category": "external", "summary": "SUSE Bug 1244404 for CVE-2025-47808", "url": "https://bugzilla.suse.com/1244404" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Enterprise Storage 7.1:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang-1.16.3-150200.4.19.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0-1.16.3-150200.4.19.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0-1.16.3-150200.4.19.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T08:35:03Z", "details": "moderate" } ], "title": "CVE-2025-47808" } ] }
suse-su-2025:0069-1
Vulnerability from csaf_suse
Published
2025-01-10 16:52
Modified
2025-01-10 16:52
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)
- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)
- CVE-2024-47600: Fixed an out-of-bounds read in gst-discoverer-1.0 commandline tool. (bsc#1234453)
- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)
- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)
- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)
- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)
Patchnames
SUSE-2025-69,SUSE-SLE-Micro-5.3-2025-69,SUSE-SLE-Micro-5.4-2025-69,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-69,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-69,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-69,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-69,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-69,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-69,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-69
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)\n- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)\n- CVE-2024-47600: Fixed an out-of-bounds read in gst-discoverer-1.0 commandline tool. (bsc#1234453)\n- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)\n- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)\n- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)\n- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-69,SUSE-SLE-Micro-5.3-2025-69,SUSE-SLE-Micro-5.4-2025-69,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-69,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-69,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-69,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-69,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-69,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-69,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-69", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0069-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0069-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250069-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0069-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020096.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234453", "url": "https://bugzilla.suse.com/1234453" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47600 page", "url": "https://www.suse.com/security/cve/CVE-2024-47600/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-01-10T16:52:16Z", "generator": { "date": "2025-01-10T16:52:16Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0069-1", "initial_release_date": "2025-01-10T16:52:16Z", "revision_history": [ { "date": "2025-01-10T16:52:16Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "product_id": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "product": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "product_id": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "product_id": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "product_id": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-devel-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-devel-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstallocators-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstallocators-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstapp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstapp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstapp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstaudio-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstaudio-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstfft-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstfft-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstfft-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstgl-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstgl-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstgl-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstpbutils-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstpbutils-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstriff-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstriff-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstriff-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstrtp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstrtp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstrtsp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstrtsp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstsdp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstsdp-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgsttag-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgsttag-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgsttag-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product": { "name": "libgstvideo-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32", "product_id": "libgstvideo-1_0-0-64bit-1.20.1-150400.3.11.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.i586", "product": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.i586", "product_id": "gstreamer-plugins-base-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.i586", "product": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.i586", "product_id": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstapp-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstfft-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstgl-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstriff-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgsttag-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.i586", "product": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.i586", "product_id": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.i586", "product": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.i586", "product_id": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "product": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "product_id": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "product_id": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "product_id": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "product_id": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "product_id": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "product": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "product_id": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "product": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "product_id": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "product_id": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "product": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "product_id": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-devel-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstallocators-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstallocators-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstapp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstapp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstaudio-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstaudio-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstfft-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstfft-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstgl-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstgl-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstpbutils-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstriff-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstriff-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstrtp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstrtp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstrtsp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstsdp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstsdp-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgsttag-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgsttag-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product": { "name": "libgstvideo-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64", "product_id": "libgstvideo-1_0-0-32bit-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "product_id": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47600", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47600" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the function gst_discoverer_audio_info_get_channels may return a guint channels value greater than 64. This causes the for loop to attempt access beyond the bounds of the position array, resulting in an OOB-read when an index greater than 63 is used. This vulnerability can result in reading unintended bytes from the stack. Additionally, the dereference of value-\u003evalue_nick after the OOB-read can lead to further memory corruption or undefined behavior. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47600", "url": "https://www.suse.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "SUSE Bug 1234453 for CVE-2024-47600", "url": "https://bugzilla.suse.com/1234453" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "moderate" } ], "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Proxy 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-base-devel-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-base-lang-1.20.1-150400.3.11.1.noarch", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstallocators-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstapp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstaudio-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstfft-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstgl-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstpbutils-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstriff-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstrtsp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstsdp-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgsttag-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:libgstvideo-1_0-0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0-1.20.1-150400.3.11.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0-1.20.1-150400.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-10T16:52:16Z", "details": "moderate" } ], "title": "CVE-2024-47835" } ] }
suse-su-2025:0054-1
Vulnerability from csaf_suse
Published
2025-01-09 16:36
Modified
2025-01-09 16:36
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)
- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)
- CVE-2024-47600: Fixed an out-of-bounds read in gst-discoverer-1.0 commandline tool. (bsc#1234453)
- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)
- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)
- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)
- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)
Patchnames
SUSE-2025-54,SUSE-SLE-Micro-5.5-2025-54,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-54,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-54,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-54,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-54
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet. (bsc#1234415)\n- CVE-2024-47835: Fixed a NULL-pointer dereference in LRC subtitle parser. (bsc#1234450)\n- CVE-2024-47600: Fixed an out-of-bounds read in gst-discoverer-1.0 commandline tool. (bsc#1234453)\n- CVE-2024-47615: Fixed an out-of-bounds write in Ogg demuxer. (bsc#1234456)\n- CVE-2024-47541: Fixed an out-of-bounds write in SSA subtitle parser. (bsc#1234459)\n- CVE-2024-47542: Fixed an ID3v2 parser out-of-bounds read and NULL-pointer dereference. (bsc#1234460)\n- CVE-2024-47607: Fixed a stack buffer-overflow in Opus decoder. (bsc#1234455)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-54,SUSE-SLE-Micro-5.5-2025-54,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-54,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-54,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-54,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-54", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0054-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0054-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250054-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0054-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020080.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234453", "url": "https://bugzilla.suse.com/1234453" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47600 page", "url": "https://www.suse.com/security/cve/CVE-2024-47600/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-01-09T16:36:41Z", "generator": { "date": "2025-01-09T16:36:41Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0054-1", "initial_release_date": "2025-01-09T16:36:41Z", "revision_history": [ { "date": "2025-01-09T16:36:41Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "product_id": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "product": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "product_id": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "product_id": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "product_id": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "gstreamer-plugins-base-devel-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "gstreamer-plugins-base-devel-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstallocators-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstallocators-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstapp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstapp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstapp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstaudio-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstaudio-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstfft-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstfft-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstfft-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstgl-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstgl-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstgl-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstpbutils-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstpbutils-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstriff-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstriff-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstriff-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstrtp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstrtp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstrtsp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstrtsp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstsdp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstsdp-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgsttag-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgsttag-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgsttag-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product": { "name": "libgstvideo-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32", "product_id": "libgstvideo-1_0-0-64bit-1.22.0-150500.3.11.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.i586", "product": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.i586", "product_id": "gstreamer-plugins-base-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.i586", "product": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.i586", "product_id": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstapp-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstfft-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstgl-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstriff-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgsttag-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.i586", "product": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.i586", "product_id": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.i586", "product": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.i586", "product_id": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "product": { "name": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "product_id": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "product_id": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "product_id": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "product_id": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "product": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "product_id": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "product": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "product_id": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "product": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "product_id": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "product_id": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "product": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "product_id": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "gstreamer-plugins-base-devel-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "gstreamer-plugins-base-devel-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "gstreamer-plugins-base-devel-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstallocators-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstallocators-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstapp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstapp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstaudio-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstaudio-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstfft-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstfft-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstfft-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstgl-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstgl-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstpbutils-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstriff-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstriff-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstrtp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstrtp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstrtsp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstrtsp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstrtsp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstsdp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstsdp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstsdp-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgsttag-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgsttag-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product": { "name": "libgstvideo-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64", "product_id": "libgstvideo-1_0-0-32bit-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "product": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "product_id": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch" }, "product_reference": "gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" }, "product_reference": "typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47600", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47600" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the function gst_discoverer_audio_info_get_channels may return a guint channels value greater than 64. This causes the for loop to attempt access beyond the bounds of the position array, resulting in an OOB-read when an index greater than 63 is used. This vulnerability can result in reading unintended bytes from the stack. Additionally, the dereference of value-\u003evalue_nick after the OOB-read can lead to further memory corruption or undefined behavior. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47600", "url": "https://www.suse.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "SUSE Bug 1234453 for CVE-2024-47600", "url": "https://bugzilla.suse.com/1234453" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "moderate" } ], "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang-1.22.0-150500.3.11.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0-1.22.0-150500.3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0-1.22.0-150500.3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-09T16:36:41Z", "details": "moderate" } ], "title": "CVE-2024-47835" } ] }
suse-su-2025:20241-1
Vulnerability from csaf_suse
Published
2025-03-20 10:57
Modified
2025-03-20 10:57
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet (bsc#1234415).
- CVE-2024-47835: Fixed NULL-pointer dereference in LRC subtitle parser (bsc#1234450).
- CVE-2024-47600: Fixed Out-of-bounds read in gst-discoverer-1.0 commandline tool (bsc#1234453).
- CVE-2024-47615: Fixed Out-of-bounds write in Ogg demuxer (bsc#1234456).
- CVE-2024-47541: Fixed out-of-bounds write in SSA subtitle parser (bsc#1234459).
- CVE-2024-47542: Fixed ID3v2 parser out-of-bounds read and NULL-pointer dereference (bsc#1234460).
- CVE-2024-47607: Fixed Stack buffer-overflow in Opus decoder (bsc#1234455).
Patchnames
SUSE-SLE-Micro-6.1-48
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed a stack-buffer overflow in vorbis_handle_identification_packet (bsc#1234415).\n- CVE-2024-47835: Fixed NULL-pointer dereference in LRC subtitle parser (bsc#1234450).\n- CVE-2024-47600: Fixed Out-of-bounds read in gst-discoverer-1.0 commandline tool (bsc#1234453).\n- CVE-2024-47615: Fixed Out-of-bounds write in Ogg demuxer (bsc#1234456).\n- CVE-2024-47541: Fixed out-of-bounds write in SSA subtitle parser (bsc#1234459).\n- CVE-2024-47542: Fixed ID3v2 parser out-of-bounds read and NULL-pointer dereference (bsc#1234460).\n- CVE-2024-47607: Fixed Stack buffer-overflow in Opus decoder (bsc#1234455).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.1-48", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20241-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20241-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520241-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20241-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021081.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234453", "url": "https://bugzilla.suse.com/1234453" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47600 page", "url": "https://www.suse.com/security/cve/CVE-2024-47600/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-03-20T10:57:43Z", "generator": { "date": "2025-03-20T10:57:43Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20241-1", "initial_release_date": "2025-03-20T10:57:43Z", "revision_history": [ { "date": "2025-03-20T10:57:43Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "product_id": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "product_id": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "product_id": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "product_id": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.1", "product": { "name": "SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47600", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47600" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the function gst_discoverer_audio_info_get_channels may return a guint channels value greater than 64. This causes the for loop to attempt access beyond the bounds of the position array, resulting in an OOB-read when an index greater than 63 is used. This vulnerability can result in reading unintended bytes from the stack. Additionally, the dereference of value-\u003evalue_nick after the OOB-read can lead to further memory corruption or undefined behavior. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47600", "url": "https://www.suse.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "SUSE Bug 1234453 for CVE-2024-47600", "url": "https://bugzilla.suse.com/1234453" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "moderate" } ], "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:gstreamer-plugins-base-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstallocators-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstapp-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstaudio-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstgl-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstpbutils-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstriff-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgsttag-1_0-0-1.24.7-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:libgstvideo-1_0-0-1.24.7-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-20T10:57:43Z", "details": "moderate" } ], "title": "CVE-2024-47835" } ] }
suse-su-2025:20134-1
Vulnerability from csaf_suse
Published
2025-03-05 16:07
Modified
2025-03-05 16:07
Summary
Security update for gstreamer-plugins-base
Notes
Title of the patch
Security update for gstreamer-plugins-base
Description of the patch
This update for gstreamer-plugins-base fixes the following issues:
- CVE-2024-47538: Fixed stack-buffer overflow in vorbis_handle_identification_packet (bsc#1234415).
- CVE-2024-47835: Fixed NULL-pointer dereference in LRC subtitle parser (bsc#1234450).
- CVE-2024-47600: Fixed Out-of-bounds read in gst-discoverer-1.0 commandline tool (bsc#1234453).
- CVE-2024-47607: Fixed Stack buffer-overflow in Opus decoder (bsc#1234455).
- CVE-2024-47615: Fixed Out-of-bounds write in Ogg demuxer (bsc#1234456).
- CVE-2024-47541: Fixed out-of-bounds write in SSA subtitle parser (bsc#1234459).
- CVE-2024-47542: Fixed ID3v2 parser out-of-bounds read and NULL-pointer dereference (bsc#1234460).
Patchnames
SUSE-SLE-Micro-6.0-223
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gstreamer-plugins-base", "title": "Title of the patch" }, { "category": "description", "text": "This update for gstreamer-plugins-base fixes the following issues:\n\n- CVE-2024-47538: Fixed stack-buffer overflow in vorbis_handle_identification_packet (bsc#1234415).\n- CVE-2024-47835: Fixed NULL-pointer dereference in LRC subtitle parser (bsc#1234450).\n- CVE-2024-47600: Fixed Out-of-bounds read in gst-discoverer-1.0 commandline tool (bsc#1234453).\n- CVE-2024-47607: Fixed Stack buffer-overflow in Opus decoder (bsc#1234455).\n- CVE-2024-47615: Fixed Out-of-bounds write in Ogg demuxer (bsc#1234456).\n- CVE-2024-47541: Fixed out-of-bounds write in SSA subtitle parser (bsc#1234459).\n- CVE-2024-47542: Fixed ID3v2 parser out-of-bounds read and NULL-pointer dereference (bsc#1234460).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-223", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20134-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20134-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520134-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20134-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021197.html" }, { "category": "self", "summary": "SUSE Bug 1234415", "url": "https://bugzilla.suse.com/1234415" }, { "category": "self", "summary": "SUSE Bug 1234450", "url": "https://bugzilla.suse.com/1234450" }, { "category": "self", "summary": "SUSE Bug 1234453", "url": "https://bugzilla.suse.com/1234453" }, { "category": "self", "summary": "SUSE Bug 1234455", "url": "https://bugzilla.suse.com/1234455" }, { "category": "self", "summary": "SUSE Bug 1234456", "url": "https://bugzilla.suse.com/1234456" }, { "category": "self", "summary": "SUSE Bug 1234459", "url": "https://bugzilla.suse.com/1234459" }, { "category": "self", "summary": "SUSE Bug 1234460", "url": "https://bugzilla.suse.com/1234460" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47538 page", "url": "https://www.suse.com/security/cve/CVE-2024-47538/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47541 page", "url": "https://www.suse.com/security/cve/CVE-2024-47541/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47542 page", "url": "https://www.suse.com/security/cve/CVE-2024-47542/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47600 page", "url": "https://www.suse.com/security/cve/CVE-2024-47600/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47607 page", "url": "https://www.suse.com/security/cve/CVE-2024-47607/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47615 page", "url": "https://www.suse.com/security/cve/CVE-2024-47615/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-47835 page", "url": "https://www.suse.com/security/cve/CVE-2024-47835/" } ], "title": "Security update for gstreamer-plugins-base", "tracking": { "current_release_date": "2025-03-05T16:07:27Z", "generator": { "date": "2025-03-05T16:07:27Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20134-1", "initial_release_date": "2025-03-05T16:07:27Z", "revision_history": [ { "date": "2025-03-05T16:07:27Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.9-2.1.aarch64", "product": { "name": "gstreamer-plugins-base-1.22.9-2.1.aarch64", "product_id": "gstreamer-plugins-base-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstallocators-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstallocators-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstapp-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstapp-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstaudio-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstaudio-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstgl-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstgl-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstpbutils-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstriff-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstriff-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgsttag-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgsttag-1_0-0-1.22.9-2.1.aarch64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.9-2.1.aarch64", "product": { "name": "libgstvideo-1_0-0-1.22.9-2.1.aarch64", "product_id": "libgstvideo-1_0-0-1.22.9-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.9-2.1.s390x", "product": { "name": "gstreamer-plugins-base-1.22.9-2.1.s390x", "product_id": "gstreamer-plugins-base-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstallocators-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstallocators-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstapp-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstapp-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstaudio-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstaudio-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstgl-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstgl-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstpbutils-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstpbutils-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstriff-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstriff-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgsttag-1_0-0-1.22.9-2.1.s390x", "product_id": "libgsttag-1_0-0-1.22.9-2.1.s390x" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.9-2.1.s390x", "product": { "name": "libgstvideo-1_0-0-1.22.9-2.1.s390x", "product_id": "libgstvideo-1_0-0-1.22.9-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gstreamer-plugins-base-1.22.9-2.1.x86_64", "product": { "name": "gstreamer-plugins-base-1.22.9-2.1.x86_64", "product_id": "gstreamer-plugins-base-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstallocators-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstallocators-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstallocators-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstapp-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstapp-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstapp-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstaudio-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstaudio-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstaudio-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstgl-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstgl-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstgl-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstpbutils-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstriff-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstriff-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstriff-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgsttag-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgsttag-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgsttag-1_0-0-1.22.9-2.1.x86_64" } }, { "category": "product_version", "name": "libgstvideo-1_0-0-1.22.9-2.1.x86_64", "product": { "name": "libgstvideo-1_0-0-1.22.9-2.1.x86_64", "product_id": "libgstvideo-1_0-0-1.22.9-2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64" }, "product_reference": "gstreamer-plugins-base-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x" }, "product_reference": "gstreamer-plugins-base-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer-plugins-base-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64" }, "product_reference": "gstreamer-plugins-base-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstallocators-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstallocators-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstallocators-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstallocators-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstapp-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstapp-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstapp-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstapp-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstaudio-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstaudio-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstaudio-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstaudio-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstgl-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstgl-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstgl-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstgl-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstpbutils-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstpbutils-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstriff-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstriff-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstriff-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstriff-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgsttag-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgsttag-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgsttag-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgsttag-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64" }, "product_reference": "libgstvideo-1_0-0-1.22.9-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x" }, "product_reference": "libgstvideo-1_0-0-1.22.9-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "libgstvideo-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" }, "product_reference": "libgstvideo-1_0-0-1.22.9-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47538", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47538" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the `vorbis_handle_identification_packet` function within `gstvorbisdec.c`. The position array is a stack-allocated buffer of size 64. If vd-\u003evi.channels exceeds 64, the for loop will write beyond the boundaries of the position array. The value written will always be `GST_AUDIO_CHANNEL_POSITION_NONE`. This vulnerability allows someone to overwrite the EIP address allocated in the stack. Additionally, this bug can overwrite the `GstAudioInfo` info structure. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47538", "url": "https://www.suse.com/security/cve/CVE-2024-47538" }, { "category": "external", "summary": "SUSE Bug 1234415 for CVE-2024-47538", "url": "https://bugzilla.suse.com/1234415" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "important" } ], "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47541", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47541" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47541", "url": "https://www.suse.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "SUSE Bug 1234459 for CVE-2024-47541", "url": "https://bugzilla.suse.com/1234459" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "moderate" } ], "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47542" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47542", "url": "https://www.suse.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "SUSE Bug 1234460 for CVE-2024-47542", "url": "https://bugzilla.suse.com/1234460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "moderate" } ], "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47600", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47600" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the function gst_discoverer_audio_info_get_channels may return a guint channels value greater than 64. This causes the for loop to attempt access beyond the bounds of the position array, resulting in an OOB-read when an index greater than 63 is used. This vulnerability can result in reading unintended bytes from the stack. Additionally, the dereference of value-\u003evalue_nick after the OOB-read can lead to further memory corruption or undefined behavior. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47600", "url": "https://www.suse.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "SUSE Bug 1234453 for CVE-2024-47600", "url": "https://bugzilla.suse.com/1234453" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "moderate" } ], "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47607", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47607" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c\u0027. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47607", "url": "https://www.suse.com/security/cve/CVE-2024-47607" }, { "category": "external", "summary": "SUSE Bug 1234455 for CVE-2024-47607", "url": "https://bugzilla.suse.com/1234455" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "important" } ], "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47615", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47615" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the pad-\u003evorbis_mode_sizes array (which size is 256). When this happens, the for loop overwrites the entire pad structure with 0s and 1s, affecting adjacent memory as well. This OOB-write can overwrite up to 380 bytes of memory beyond the boundaries of the pad-\u003evorbis_mode_sizes array. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47615", "url": "https://www.suse.com/security/cve/CVE-2024-47615" }, { "category": "external", "summary": "SUSE Bug 1234456 for CVE-2024-47615", "url": "https://bugzilla.suse.com/1234456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "important" } ], "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47835", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-47835" } ], "notes": [ { "category": "general", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character \u0027]\u0027 in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character \u0027]\u0027, strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-47835", "url": "https://www.suse.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "SUSE Bug 1234450 for CVE-2024-47835", "url": "https://bugzilla.suse.com/1234450" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:gstreamer-plugins-base-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstallocators-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstapp-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstaudio-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstgl-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstpbutils-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstriff-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgsttag-1_0-0-1.22.9-2.1.x86_64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.aarch64", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.s390x", "SUSE Linux Micro 6.0:libgstvideo-1_0-0-1.22.9-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-05T16:07:27Z", "details": "moderate" } ], "title": "CVE-2024-47835" } ] }
wid-sec-w-2024-3586
Vulnerability from csaf_certbund
Published
2024-12-03 23:00
Modified
2025-07-17 22:00
Summary
GStreamer: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur für eine Vielzahl von Plattformen.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur f\u00fcr eine Vielzahl von Plattformen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3586 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3586.json" }, { "category": "self", "summary": "WID-SEC-2024-3586 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3586" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0005.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0006.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0007.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0008.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0009.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0010.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0011.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0012.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0013.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0014.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0015.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0016.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0017.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0018.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0019.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0020.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0021.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0022.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0024.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0025.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0026.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0027.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0028.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0029.html" }, { "category": "external", "summary": "GStreamer Security Advisory vom 2024-12-03", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0030.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14576-1 vom 2024-12-14", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WXI5GJB5BPV65JTOGBHL6STLB5HKYOIT/" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-0A5722A980 vom 2024-12-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0a5722a980" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-2284729772 vom 2024-12-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2284729772" }, { "category": "external", "summary": "Debian Security Advisory DLA-3994 vom 2024-12-15", "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5831 vom 2024-12-14", "url": "https://lists.debian.org/debian-security-announce/2024/msg00247.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14577-1 vom 2024-12-14", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/M64SNUMTNONUECANIAVBUNBV6RTL5TDY/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14578-1 vom 2024-12-14", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/GZDF3P2GSSY47IWYHI5OBEEMZAKWSY3E/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11142 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11142" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11143 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11143" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-11122 vom 2024-12-16", "url": "https://linux.oracle.com/errata/ELSA-2024-11122.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11121 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11121" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11122 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11122" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-11123 vom 2024-12-16", "url": "https://linux.oracle.com/errata/ELSA-2024-11123.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11123 vom 2024-12-17", "url": "https://access.redhat.com/errata/RHSA-2024:11123" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11148 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11148" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11149 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11149" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11119 vom 2024-12-17", "url": "https://access.redhat.com/errata/RHSA-2024:11119" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11117 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11117" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11118 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11118" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11120 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11120" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11130 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11130" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11141 vom 2024-12-16", "url": "https://access.redhat.com/errata/RHSA-2024:11141" }, { "category": "external", "summary": "Debian Security Advisory DSA-5832 vom 2024-12-16", "url": "https://lists.debian.org/debian-security-announce/2024/msg00248.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11344 vom 2024-12-18", "url": "https://access.redhat.com/errata/RHSA-2024:11344" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11298 vom 2024-12-17", "url": "https://access.redhat.com/errata/RHSA-2024:11298" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11299 vom 2024-12-17", "url": "https://access.redhat.com/errata/RHSA-2024:11299" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14586-1 vom 2024-12-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VA7KHMN2HFQR3FAIRY63QCQKG6UT7ERD/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11345 vom 2024-12-18", "url": "https://access.redhat.com/errata/RHSA-2024:11345" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11346 vom 2024-12-18", "url": "https://access.redhat.com/errata/RHSA-2024:11346" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:11348 vom 2024-12-18", "url": "https://access.redhat.com/errata/RHSA-2024:11348" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-11299 vom 2024-12-18", "url": "https://linux.oracle.com/errata/ELSA-2024-11299.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7175-1 vom 2024-12-18", "url": "https://ubuntu.com/security/notices/USN-7175-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7174-1 vom 2024-12-18", "url": "https://ubuntu.com/security/notices/USN-7174-1" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:11345 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:11345" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:11299 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:11299" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7176-1 vom 2024-12-18", "url": "https://ubuntu.com/security/notices/USN-7176-1" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-11345 vom 2024-12-19", "url": "https://oss.oracle.com/pipermail/el-errata/2024-December/016901.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3999 vom 2024-12-21", "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00021.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5838 vom 2024-12-29", "url": "https://lists.debian.org/debian-security-announce/2024/msg00254.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0054-1 vom 2025-01-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MNQ2GHGDH27EWFX2SJ2D6LN572NZSBBA/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0052-1 vom 2025-01-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020082.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0051-1 vom 2025-01-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020083.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0055-1 vom 2025-01-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZR4JWLTM5UGIYENGQ4DPVYNAVYUZGQ2S/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0053-1 vom 2025-01-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UWQ66UIR5WRSR2SWK4O4RDXEV5TAXHWR/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0055-1 vom 2025-01-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZR4JWLTM5UGIYENGQ4DPVYNAVYUZGQ2S/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0064-1 vom 2025-01-10", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7W7QOMEYC4R74XEEEPFRHKF4KPKXOAZK/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0063-1 vom 2025-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020091.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0070-1 vom 2025-01-10", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RSNXDG7USAA66J56ZNWCMGBNR7PL7CWA/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0062-1 vom 2025-01-10", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/L6PQD7WSYFKEV4MOXFK4RF3JE52NNZGT/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0065-1 vom 2025-01-10", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TYNVPA6D3WYFGX2GQTXNS26KWPXVLGJC/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0069-1 vom 2025-01-10", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BUKXU7D73HX7CQRDDBFEG7DOYTL345VF/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0067-1 vom 2025-01-10", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/AFLFHXQBE5DG5JSEMYSZ3UCUIGVNZUPJ/" }, { "category": "external", "summary": "IGEL Security Notice ISN-2025-03 vom 2025-01-16", "url": "https://kb.igel.com/security-safety/current/isn-2025-03-gstreamer-vulnerabilities" }, { "category": "external", "summary": "ExtremeNetworks Vulnerability Notice SA-2025-006 vom 2025-01-23", "url": "https://extreme-networks.my.site.com/ExtrArticleDetail?an=000122668" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-11344 vom 2025-01-31", "url": "https://linux.oracle.com/errata/ELSA-2024-11344.html" }, { "category": "external", "summary": "IBM Security Bulletin 7182192 vom 2025-01-31", "url": "https://www.ibm.com/support/pages/node/7182192" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2746 vom 2025-02-04", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2746.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2748 vom 2025-02-04", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2748.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-4071 vom 2025-02-28", "url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00035.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2776 vom 2025-03-07", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2776.html" }, { "category": "external", "summary": "Azul Zulu builds of OpenJDK vom 2025-04-15", "url": "https://docs.azul.com/core/pdfs/april-2025/azul-zulu-ca-release-notes-april-2025-rev1.0.pdf" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7243 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7243" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7242 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7242" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20241-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021081.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20240-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021082.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20134-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021197.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202506-02 vom 2025-06-12", "url": "https://security.gentoo.org/glsa/202506-02" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02020-1 vom 2025-06-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021581.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02034-1 vom 2025-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021606.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02055-1 vom 2025-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021608.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02053-1 vom 2025-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021609.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02058-1 vom 2025-06-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021619.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:00063-1 vom 2025-06-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021641.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02347-1 vom 2025-07-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021838.html" } ], "source_lang": "en-US", "title": "GStreamer: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2025-07-17T22:00:00.000+00:00", "generator": { "date": "2025-07-18T08:27:47.552+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2024-3586", "initial_release_date": "2024-12-03T23:00:00.000+00:00", "revision_history": [ { "date": "2024-12-03T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-12-15T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von openSUSE, Fedora und Debian aufgenommen" }, { "date": "2024-12-16T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat, Oracle Linux und Debian aufgenommen" }, { "date": "2024-12-17T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat und openSUSE aufgenommen" }, { "date": "2024-12-18T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-12-19T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-12-22T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-12-29T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-01-09T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-12T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-15T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von IGEL aufgenommen" }, { "date": "2025-01-23T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von ExtremeNetworks aufgenommen" }, { "date": "2025-01-30T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Oracle Linux und IBM aufgenommen" }, { "date": "2025-02-04T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-02-27T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-03-09T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-04-15T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates aufgenommen" }, { "date": "2025-05-12T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-06-03T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-12T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2025-06-19T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-22T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-24T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-07-17T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "24" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Azul Zulu", "product": { "name": "Azul Zulu", "product_id": "T034269", "product_identification_helper": { "cpe": "cpe:/a:azul:zulu:-" } } } ], "category": "vendor", "name": "Azul" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "Certified Container", "product": { "name": "IBM App Connect Enterprise Certified Container", "product_id": "T037907", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container" } } } ], "category": "product_name", "name": "App Connect Enterprise" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c12.6.1", "product": { "name": "IGEL OS \u003c12.6.1", "product_id": "T040362" } }, { "category": "product_version", "name": "12.6.1", "product": { "name": "IGEL OS 12.6.1", "product_id": "T040362-fixed", "product_identification_helper": { "cpe": "cpe:/o:igel:os:12.6.1" } } }, { "category": "product_version_range", "name": "\u003c11.10.250", "product": { "name": "IGEL OS \u003c11.10.250", "product_id": "T040363" } }, { "category": "product_version", "name": "11.10.250", "product": { "name": "IGEL OS 11.10.250", "product_id": "T040363-fixed", "product_identification_helper": { "cpe": "cpe:/o:igel:os:11.10.250" } } } ], "category": "product_name", "name": "OS" } ], "category": "vendor", "name": "IGEL" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "gst-plugins-good \u003c1.24.10", "product": { "name": "Open Source GStreamer gst-plugins-good \u003c1.24.10", "product_id": "T039548" } }, { "category": "product_version", "name": "gst-plugins-good 1.24.10", "product": { "name": "Open Source GStreamer gst-plugins-good 1.24.10", "product_id": "T039548-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:gstreamer:gst-plugins-good__1.24.10" } } }, { "category": "product_version_range", "name": "ExtremeCloud IQ SE \u003c24.10.13", "product": { "name": "Open Source GStreamer ExtremeCloud IQ SE \u003c24.10.13", "product_id": "T040600" } }, { "category": "product_version", "name": "ExtremeCloud IQ SE 24.10.13", "product": { "name": "Open Source GStreamer ExtremeCloud IQ SE 24.10.13", "product_id": "T040600-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:gstreamer:extremecloud_iq_se__24.10.13" } } }, { "category": "product_version_range", "name": "ExtremeAnalytics SE \u003c24.10.13", "product": { "name": "Open Source GStreamer ExtremeAnalytics SE \u003c24.10.13", "product_id": "T040601" } }, { "category": "product_version", "name": "ExtremeAnalytics SE 24.10.13", "product": { "name": "Open Source GStreamer ExtremeAnalytics SE 24.10.13", "product_id": "T040601-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:gstreamer:extremeanalytics_se__24.10.13" } } }, { "category": "product_version_range", "name": "ExtremeControl SE \u003c24.10.13", "product": { "name": "Open Source GStreamer ExtremeControl SE \u003c24.10.13", "product_id": "T040602" } }, { "category": "product_version", "name": "ExtremeControl SE 24.10.13", "product": { "name": "Open Source GStreamer ExtremeControl SE 24.10.13", "product_id": "T040602-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:gstreamer:extremecontrol_se__24.10.13" } } } ], "category": "product_name", "name": "GStreamer" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } }, { "category": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47537", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47537" }, { "cve": "CVE-2024-47538", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47538" }, { "cve": "CVE-2024-47539", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47539" }, { "cve": "CVE-2024-47540", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47540" }, { "cve": "CVE-2024-47541", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47541" }, { "cve": "CVE-2024-47542", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47542" }, { "cve": "CVE-2024-47543", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47543" }, { "cve": "CVE-2024-47544", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47544" }, { "cve": "CVE-2024-47545", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47545" }, { "cve": "CVE-2024-47546", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47546" }, { "cve": "CVE-2024-47596", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47596" }, { "cve": "CVE-2024-47597", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47597" }, { "cve": "CVE-2024-47598", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47598" }, { "cve": "CVE-2024-47599", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47599" }, { "cve": "CVE-2024-47600", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47600" }, { "cve": "CVE-2024-47601", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47601" }, { "cve": "CVE-2024-47602", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47602" }, { "cve": "CVE-2024-47603", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47603" }, { "cve": "CVE-2024-47606", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47606" }, { "cve": "CVE-2024-47607", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47607" }, { "cve": "CVE-2024-47613", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47613" }, { "cve": "CVE-2024-47615", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47615" }, { "cve": "CVE-2024-47774", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47774" }, { "cve": "CVE-2024-47775", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47775" }, { "cve": "CVE-2024-47776", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47776" }, { "cve": "CVE-2024-47777", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47777" }, { "cve": "CVE-2024-47778", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47778" }, { "cve": "CVE-2024-47834", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47834" }, { "cve": "CVE-2024-47835", "product_status": { "known_affected": [ "T034269", "67646", "T040602", "T039548", "T012167", "T004914", "T032255", "74185", "T040362", "2951", "T002207", "T000126", "T027843", "T040601", "T040600", "398363", "T037907", "T040363" ] }, "release_date": "2024-12-03T23:00:00.000+00:00", "title": "CVE-2024-47835" } ] }
rhsa-2025:7243
Vulnerability from csaf_redhat
Published
2025-05-13 08:36
Modified
2025-07-29 10:01
Summary
Red Hat Security Advisory: gstreamer1-plugins-base security update
Notes
Topic
An update for gstreamer1-plugins-base is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-base packages contain a collection of well-maintained base plug-ins.
Security Fix(es):
* gstreamer1-plugins-base: ID3v2 parser out-of-bounds read and NULL-pointer dereference (CVE-2024-47542)
* gstreamer1-plugins-base: GStreamer has an out-of-bounds write in SSA subtitle parser (CVE-2024-47541)
* gstreamer1-plugins-base: GStreamer has an OOB-read in format_channel_mask (CVE-2024-47600)
* gstreamer1-plugins-base: NULL-pointer dereference in LRC subtitle parser (CVE-2024-47835)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for gstreamer1-plugins-base is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-base packages contain a collection of well-maintained base plug-ins.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-base: ID3v2 parser out-of-bounds read and NULL-pointer dereference (CVE-2024-47542)\n\n* gstreamer1-plugins-base: GStreamer has an out-of-bounds write in SSA subtitle parser (CVE-2024-47541)\n\n* gstreamer1-plugins-base: GStreamer has an OOB-read in format_channel_mask (CVE-2024-47600)\n\n* gstreamer1-plugins-base: NULL-pointer dereference in LRC subtitle parser (CVE-2024-47835)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:7243", "url": "https://access.redhat.com/errata/RHSA-2025:7243" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index", "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2331717", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331717" }, { "category": "external", "summary": "2331724", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331724" }, { "category": "external", "summary": "2331738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331738" }, { "category": "external", "summary": "2331742", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331742" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7243.json" } ], "title": "Red Hat Security Advisory: gstreamer1-plugins-base security update", "tracking": { "current_release_date": "2025-07-29T10:01:28+00:00", "generator": { "date": "2025-07-29T10:01:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.5" } }, "id": "RHSA-2025:7243", "initial_release_date": "2025-05-13T08:36:30+00:00", "revision_history": [ { "date": "2025-05-13T08:36:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T08:36:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-29T10:01:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.src", "product": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.src", "product_id": "gstreamer1-plugins-base-0:1.22.12-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base@1.22.12-4.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "product": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "product_id": "gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base@1.22.12-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "product": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "product_id": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.22.12-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "product": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "product_id": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.22.12-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "product": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "product_id": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debugsource@1.22.12-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "product": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "product_id": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.22.12-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "product": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "product_id": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools-debuginfo@1.22.12-4.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "product": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "product_id": "gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base@1.22.12-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "product": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "product_id": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.22.12-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "product": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "product_id": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.22.12-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "product": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "product_id": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debugsource@1.22.12-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "product": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "product_id": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.22.12-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "product": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "product_id": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools-debuginfo@1.22.12-4.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "product": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "product_id": "gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base@1.22.12-4.el9?arch=i686" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "product": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "product_id": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.22.12-4.el9?arch=i686" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "product": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "product_id": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debugsource@1.22.12-4.el9?arch=i686" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "product": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "product_id": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.22.12-4.el9?arch=i686" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "product": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "product_id": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools-debuginfo@1.22.12-4.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "product": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "product_id": "gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base@1.22.12-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "product": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "product_id": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.22.12-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "product": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "product_id": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.22.12-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "product": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "product_id": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debugsource@1.22.12-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "product": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "product_id": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.22.12-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64", "product": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64", "product_id": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools-debuginfo@1.22.12-4.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "product": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "product_id": "gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base@1.22.12-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "product": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "product_id": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.22.12-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "product": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "product_id": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.22.12-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "product": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "product_id": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debugsource@1.22.12-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "product": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "product_id": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.22.12-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "product": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "product_id": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gstreamer1-plugins-base-tools-debuginfo@1.22.12-4.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64" }, "product_reference": "gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686" }, "product_reference": "gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le" }, "product_reference": "gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x" }, "product_reference": "gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src" }, "product_reference": "gstreamer1-plugins-base-0:1.22.12-4.el9.src", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64" }, "product_reference": "gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64" }, "product_reference": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686" }, "product_reference": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le" }, "product_reference": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x" }, "product_reference": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64" }, "product_reference": "gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64" }, "product_reference": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686" }, "product_reference": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le" }, "product_reference": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x" }, "product_reference": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64" }, "product_reference": "gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64" }, "product_reference": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686" }, "product_reference": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le" }, "product_reference": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x" }, "product_reference": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64" }, "product_reference": "gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64" }, "product_reference": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le" }, "product_reference": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x" }, "product_reference": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64" }, "product_reference": "gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64" }, "product_reference": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686" }, "product_reference": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le" }, "product_reference": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x" }, "product_reference": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "relates_to_product_reference": "AppStream-9.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" }, "product_reference": "gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64", "relates_to_product_reference": "AppStream-9.6.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-47541", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2024-12-11T19:01:10.437262+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331724" } ], "notes": [ { "category": "description", "text": "A flaw was found in the GStreamer library. An out-of-bounds write in the SSA subtitle parser can cause crashes for certain input files, potentially allowing a malicious third party to trigger an application crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "gstreamer1-plugins-base: GStreamer has an out-of-bounds write in SSA subtitle parser", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47541" }, { "category": "external", "summary": "RHBZ#2331724", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331724" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47541", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47541" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47541", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47541" }, { "category": "external", "summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch", "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch" }, { "category": "external", "summary": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html" }, { "category": "external", "summary": "https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/", "url": "https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/" } ], "release_date": "2024-12-11T18:54:33.099000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T08:36:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7243" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gstreamer1-plugins-base: GStreamer has an out-of-bounds write in SSA subtitle parser" }, { "cve": "CVE-2024-47542", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-12-11T19:00:42.519560+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331717" } ], "notes": [ { "category": "description", "text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work-\u003ehdr.frame_data, the pointer guint8 *data is accessed without validation, resulting in a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", "title": "Vulnerability description" }, { "category": "summary", "text": "gstreamer1-plugins-base: ID3v2 parser out-of-bounds read and NULL-pointer dereference", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47542" }, { "category": "external", "summary": "RHBZ#2331717", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331717" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47542", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47542" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47542", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47542" }, { "category": "external", "summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8033.patch", "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8033.patch" }, { "category": "external", "summary": "https://gstreamer.freedesktop.org/security/sa-2024-0008.html", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0008.html" }, { "category": "external", "summary": "https://securitylab.github.com/advisories/GHSL-2024-235_Gstreamer/", "url": "https://securitylab.github.com/advisories/GHSL-2024-235_Gstreamer/" } ], "release_date": "2024-12-11T18:55:18.069000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T08:36:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7243" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gstreamer1-plugins-base: ID3v2 parser out-of-bounds read and NULL-pointer dereference" }, { "cve": "CVE-2024-47600", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2024-12-11T20:00:54.001824+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331738" } ], "notes": [ { "category": "description", "text": "A flaw was found in the GStreamer library. An out-of-bounds read in the gst-discoverer-1.0 command line tool can cause crashes for certain input files, potentially allowing a malicious third party to trigger an application crash. This issue only affects the gst-discoverer-1.0 command line tool and not any other applications using GStreamer.", "title": "Vulnerability description" }, { "category": "summary", "text": "gstreamer1-plugins-base: GStreamer has an OOB-read in format_channel_mask", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47600" }, { "category": "external", "summary": "RHBZ#2331738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47600", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47600" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47600", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47600" }, { "category": "external", "summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8034.patch", "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8034.patch" }, { "category": "external", "summary": "https://gstreamer.freedesktop.org/security/sa-2024-0018.html", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0018.html" }, { "category": "external", "summary": "https://securitylab.github.com/advisories/GHSL-2024-248_Gstreamer/", "url": "https://securitylab.github.com/advisories/GHSL-2024-248_Gstreamer/" } ], "release_date": "2024-12-11T19:03:13.938000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T08:36:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7243" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gstreamer1-plugins-base: GStreamer has an OOB-read in format_channel_mask" }, { "cve": "CVE-2024-47835", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-12-11T20:01:11.390584+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331742" } ], "notes": [ { "category": "description", "text": "A flaw was found in the GStreamer library. A NULL-pointer dereference in the LRC subtitle parser can cause crashes for certain input files, potentially allowing a malicious actor to trigger an application crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "gstreamer1-plugins-base: NULL-pointer dereference in LRC subtitle parser", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47835" }, { "category": "external", "summary": "RHBZ#2331742", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331742" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47835", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47835" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47835", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47835" }, { "category": "external", "summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8039.patch", "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8039.patch" }, { "category": "external", "summary": "https://gstreamer.freedesktop.org/security/sa-2024-0029.html", "url": "https://gstreamer.freedesktop.org/security/sa-2024-0029.html" }, { "category": "external", "summary": "https://securitylab.github.com/advisories/GHSL-2024-263_Gstreamer/", "url": "https://securitylab.github.com/advisories/GHSL-2024-263_Gstreamer/" } ], "release_date": "2024-12-11T19:17:26.688000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T08:36:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7243" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.src", "AppStream-9.6.0.GA:gstreamer1-plugins-base-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debuginfo-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-debugsource-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-devel-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-0:1.22.12-4.el9.x86_64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.aarch64", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.i686", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.ppc64le", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.s390x", "AppStream-9.6.0.GA:gstreamer1-plugins-base-tools-debuginfo-0:1.22.12-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gstreamer1-plugins-base: NULL-pointer dereference in LRC subtitle parser" } ] }
fkie_cve-2024-47541
Vulnerability from fkie_nvd
Published
2024-12-12 02:03
Modified
2024-12-13 19:21
Severity ?
Summary
GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket "}" appears before an opening curly bracket "{" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch | Patch | |
security-advisories@github.com | https://gstreamer.freedesktop.org/security/sa-2024-0023.html | Patch, Release Notes | |
security-advisories@github.com | https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/ | Exploit, Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
gstreamer_project | gstreamer | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*", "matchCriteriaId": "82BF8403-8CE2-4AFC-865F-FD40A77D20E0", "versionEndExcluding": "1.24.10", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket \"}\" appears before an opening curly bracket \"{\" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10." }, { "lang": "es", "value": "GStreamer es una librer\u00eda para construir gr\u00e1ficos de componentes de manejo de medios. Se ha identificado una vulnerabilidad de escritura OOB en la funci\u00f3n gst_ssa_parse_remove_override_codes del archivo gstssaparse.c. Esta funci\u00f3n es responsable de analizar y eliminar los c\u00f3digos de anulaci\u00f3n de estilo SSA (SubStation Alpha), que est\u00e1n encerrados entre llaves ({}). El problema surge cuando aparece una llave de cierre \"}\" antes de una llave de apertura \"{\" en la cadena de entrada. En este caso, memmove() duplica incorrectamente una subcadena. Con cada iteraci\u00f3n sucesiva del bucle, el tama\u00f1o pasado a memmove() se vuelve progresivamente m\u00e1s grande (strlen(end+1)), lo que lleva a una escritura m\u00e1s all\u00e1 de los l\u00edmites de memoria asignados. Esta vulnerabilidad se corrigi\u00f3 en 1.24.10." } ], "id": "CVE-2024-47541", "lastModified": "2024-12-13T19:21:49.873", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ], "cvssMetricV40": [ { "cvssData": { "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "Safety": "NOT_DEFINED", "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "LOCAL", "availabilityRequirement": "NOT_DEFINED", "baseScore": 6.9, "baseSeverity": "MEDIUM", "confidentialityRequirement": "NOT_DEFINED", "exploitMaturity": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "privilegesRequired": "NONE", "providerUrgency": "NOT_DEFINED", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "NONE", "valueDensity": "NOT_DEFINED", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "version": "4.0", "vulnAvailabilityImpact": "HIGH", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE", "vulnerabilityResponseEffort": "NOT_DEFINED" }, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-12-12T02:03:28.477", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch" ], "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8036.patch" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Release Notes" ], "url": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://securitylab.github.com/advisories/GHSL-2024-228_GStreamer/" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-787" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…