<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2024-47606</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2024-47606</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>28</Number>
        <Date>2026-03-05T02:03:55Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2024-12-14T00:21:14Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T02:03:55Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2024-47606</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem-&gt;allocator-&gt;mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/suse-liberty-linux-updates/2024-December/000669.html</URL>
      <Description>E-Mail link for RHSA-2024:11122</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/suse-liberty-linux-updates/2024-December/000702.html</URL>
      <Description>E-Mail link for RHSA-2024:11299</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-June/040461.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:00063-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020083.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0051-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020081.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0053-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020079.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0055-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020092.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0062-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020091.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0063-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020090.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0064-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020097.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0067-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020095.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0070-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-June/040412.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:02034-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-June/040414.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:02055-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-June/021082.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:20240-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-September/041761.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:20693-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WXI5GJB5BPV65JTOGBHL6STLB5HKYOIT/</URL>
      <Description>E-Mail link for openSUSE-SU-2024:14576-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GZDF3P2GSSY47IWYHI5OBEEMZAKWSY3E/</URL>
      <Description>E-Mail link for openSUSE-SU-2024:14578-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container containers/lmcache-vllm-openai:0.3.2-1.2">
      <Branch Type="Product Name" Name="Container containers/lmcache-vllm-openai:0.3.2-1.2">
        <FullProductName ProductID="Container containers/lmcache-vllm-openai:0.3.2-1.2">Container containers/lmcache-vllm-openai:0.3.2-1.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/open-webui:0">
      <Branch Type="Product Name" Name="Container containers/open-webui:0">
        <FullProductName ProductID="Container containers/open-webui:0">Container containers/open-webui:0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/vllm-openai:0.9.1-1.2">
      <Branch Type="Product Name" Name="Container containers/vllm-openai:0.9.1-1.2">
        <FullProductName ProductID="Container containers/vllm-openai:0.9.1-1.2">Container containers/vllm-openai:0.9.1-1.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/kiosk/pulseaudio:17">
      <Branch Type="Product Name" Name="Container suse/kiosk/pulseaudio:17">
        <FullProductName ProductID="Container suse/kiosk/pulseaudio:17">Container suse/kiosk/pulseaudio:17</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image ai_15_6">
      <Branch Type="Product Name" Name="Image ai_15_6">
        <FullProductName ProductID="Image ai_15_6">Image ai_15_6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SLES-LTSS-TERADATA 15 SP2">
      <Branch Type="Product Name" Name="SLES-LTSS-TERADATA 15 SP2">
        <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2" CPE="cpe:/o:suse:sles-ltss-teradata:15:sp2">SLES-LTSS-TERADATA 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 8">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 8">
        <FullProductName ProductID="SUSE Liberty Linux 8" CPE="cpe:/o:suse:sll:8">SUSE Liberty Linux 8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 9">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 9">
        <FullProductName ProductID="SUSE Liberty Linux 9" CPE="cpe:/o:suse:sll:9">SUSE Liberty Linux 9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.2">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2" CPE="cpe:/o:suse:suse-microos:5.2">SUSE Linux Enterprise Micro 5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.3">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3" CPE="cpe:/o:suse:sle-micro:5.3">SUSE Linux Enterprise Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.4">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4" CPE="cpe:/o:suse:sle-micro:5.4">SUSE Linux Enterprise Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5" CPE="cpe:/o:suse:packagehub:15:sp5">SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6" CPE="cpe:/o:suse:packagehub:15:sp6">SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7" CPE="cpe:/o:suse:packagehub:15:sp7">SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS" CPE="cpe:/o:suse:suse_sles_ltss:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp2">SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA" CPE="cpe:/o:suse:sles_teradata:12:sp3-ltss">SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP3-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp4">SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA" CPE="cpe:/o:suse:sles-ltss-teradata:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp5">SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS" CPE="cpe:/o:suse:sles-ltss:15">SUSE Linux Enterprise Server 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server 16.0" CPE="cpe:/o:suse:sles:16:16.0:server">SUSE Linux Enterprise Server 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5" CPE="cpe:/o:suse:sles_sap:15:sp5">SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.1">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.1">
        <FullProductName ProductID="SUSE Linux Micro 6.1" CPE="cpe:/o:suse:sl-micro:6.1">SUSE Linux Micro 6.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.3">
        <FullProductName ProductID="SUSE Manager Proxy 4.3" CPE="cpe:/o:suse:suse-manager-proxy:4.3">SUSE Manager Proxy 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy LTS 4.3">
        <FullProductName ProductID="SUSE Manager Proxy LTS 4.3" CPE="cpe:/o:suse:suse-manager-proxy-lts:4.3">SUSE Manager Proxy LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server 4.3">
        <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3" CPE="cpe:/o:suse:suse-manager-retail-branch-server:4.3">SUSE Manager Retail Branch Server 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server LTS 4.3">
        <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3" CPE="cpe:/o:suse:suse-manager-retail-branch-server-lts:4.3">SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.3">
        <FullProductName ProductID="SUSE Manager Server 4.3" CPE="cpe:/o:suse:suse-manager-server:4.3">SUSE Manager Server 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server LTS 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server LTS 4.3">
        <FullProductName ProductID="SUSE Manager Server LTS 4.3" CPE="cpe:/o:suse:suse-manager-server-lts:4.3">SUSE Manager Server LTS 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer">
      <FullProductName ProductID="gstreamer" CPE="cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*">gstreamer</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-0_10">
      <FullProductName ProductID="gstreamer-0_10" CPE="cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*">gstreamer-0_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-0_10-plugins-good">
      <FullProductName ProductID="gstreamer-0_10-plugins-good" CPE="cpe:2.3:a:gstreamer:good_plug-ins:*:*:*:*:*:*:*:*">gstreamer-0_10-plugins-good</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.16.3-150200.3.6.1">
      <FullProductName ProductID="gstreamer-1.16.3-150200.3.6.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.16.3:*:*:*:*:*:*:*">gstreamer-1.16.3-150200.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.20.1-150400.3.3.1">
      <FullProductName ProductID="gstreamer-1.20.1-150400.3.3.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.20.1:*:*:*:*:*:*:*">gstreamer-1.20.1-150400.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.22.0-150500.3.5.1">
      <FullProductName ProductID="gstreamer-1.22.0-150500.3.5.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.22.0:*:*:*:*:*:*:*">gstreamer-1.22.0-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.22.9-2.1">
      <FullProductName ProductID="gstreamer-1.22.9-2.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.22.9:*:*:*:*:*:*:*">gstreamer-1.22.9-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-1.24.0-150600.3.3.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.24.0:*:*:*:*:*:*:*">gstreamer-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-1.24.10-2.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.24.10:*:*:*:*:*:*:*">gstreamer-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.24.7-slfo.1.1_2.1">
      <FullProductName ProductID="gstreamer-1.24.7-slfo.1.1_2.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.24.7:*:*:*:*:*:*:*">gstreamer-1.24.7-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-1.26.2-160000.2.2" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.26.2:*:*:*:*:*:*:*">gstreamer-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-1.8.3-10.12.1">
      <FullProductName ProductID="gstreamer-1.8.3-10.12.1" CPE="cpe:2.3:a:gstreamer_project:gstreamer:1.8.3:*:*:*:*:*:*:*">gstreamer-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-32bit">
      <FullProductName ProductID="gstreamer-32bit">gstreamer-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-32bit-1.24.0-150600.3.3.1">gstreamer-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-32bit-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-32bit-1.24.10-2.1">gstreamer-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel">
      <FullProductName ProductID="gstreamer-devel">gstreamer-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-1.16.3-150200.3.6.1">
      <FullProductName ProductID="gstreamer-devel-1.16.3-150200.3.6.1">gstreamer-devel-1.16.3-150200.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-1.20.1-150400.3.3.1">
      <FullProductName ProductID="gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-1.22.0-150500.3.5.1">
      <FullProductName ProductID="gstreamer-devel-1.22.0-150500.3.5.1">gstreamer-devel-1.22.0-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-devel-1.24.0-150600.3.3.1">gstreamer-devel-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-devel-1.24.10-2.1">gstreamer-devel-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-1.8.3-10.12.1">
      <FullProductName ProductID="gstreamer-devel-1.8.3-10.12.1">gstreamer-devel-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-devel-32bit-1.24.0-150600.3.3.1">gstreamer-devel-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-devel-32bit-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-devel-32bit-1.24.10-2.1">gstreamer-devel-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang">
      <FullProductName ProductID="gstreamer-lang">gstreamer-lang</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.16.3-150200.3.6.1">
      <FullProductName ProductID="gstreamer-lang-1.16.3-150200.3.6.1">gstreamer-lang-1.16.3-150200.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.20.1-150400.3.3.1">
      <FullProductName ProductID="gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.22.0-150500.3.5.1">
      <FullProductName ProductID="gstreamer-lang-1.22.0-150500.3.5.1">gstreamer-lang-1.22.0-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-lang-1.24.0-150600.3.3.1">gstreamer-lang-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-lang-1.24.10-2.1">gstreamer-lang-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-lang-1.26.2-160000.2.2">gstreamer-lang-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-lang-1.8.3-10.12.1">
      <FullProductName ProductID="gstreamer-lang-1.8.3-10.12.1">gstreamer-lang-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-base">
      <FullProductName ProductID="gstreamer-plugins-base">gstreamer-plugins-base</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-base-32bit">
      <FullProductName ProductID="gstreamer-plugins-base-32bit">gstreamer-plugins-base-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-base-devel">
      <FullProductName ProductID="gstreamer-plugins-base-devel">gstreamer-plugins-base-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-base-devel-32bit">
      <FullProductName ProductID="gstreamer-plugins-base-devel-32bit">gstreamer-plugins-base-devel-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-base-lang">
      <FullProductName ProductID="gstreamer-plugins-base-lang">gstreamer-plugins-base-lang</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good">
      <FullProductName ProductID="gstreamer-plugins-good">gstreamer-plugins-good</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.16.3-150200.3.17.1">
      <FullProductName ProductID="gstreamer-plugins-good-1.16.3-150200.3.17.1">gstreamer-plugins-good-1.16.3-150200.3.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.20.1-150400.3.9.1">
      <FullProductName ProductID="gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.22.0-150500.4.6.1">
      <FullProductName ProductID="gstreamer-plugins-good-1.22.0-150500.4.6.1">gstreamer-plugins-good-1.22.0-150500.4.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-1.24.0-150600.3.3.1">gstreamer-plugins-good-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-1.24.10-2.1">gstreamer-plugins-good-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-plugins-good-1.26.2-160000.2.2">gstreamer-plugins-good-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-1.8.3-16.12.1">
      <FullProductName ProductID="gstreamer-plugins-good-1.8.3-16.12.1">gstreamer-plugins-good-1.8.3-16.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1">gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-32bit-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-32bit-1.24.10-2.1">gstreamer-plugins-good-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-extra-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-extra-1.24.0-150600.3.3.1">gstreamer-plugins-good-extra-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-extra-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-extra-1.24.10-2.1">gstreamer-plugins-good-extra-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-extra-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-plugins-good-extra-1.26.2-160000.2.2">gstreamer-plugins-good-extra-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1">gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-extra-32bit-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-extra-32bit-1.24.10-2.1">gstreamer-plugins-good-extra-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1">gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-gtk-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-gtk-1.24.10-2.1">gstreamer-plugins-good-gtk-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-gtk-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-plugins-good-gtk-1.26.2-160000.2.2">gstreamer-plugins-good-gtk-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-jack-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-jack-1.24.0-150600.3.3.1">gstreamer-plugins-good-jack-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-jack-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-jack-1.24.10-2.1">gstreamer-plugins-good-jack-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-jack-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-plugins-good-jack-1.26.2-160000.2.2">gstreamer-plugins-good-jack-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1">gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-jack-32bit-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-jack-32bit-1.24.10-2.1">gstreamer-plugins-good-jack-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang">
      <FullProductName ProductID="gstreamer-plugins-good-lang">gstreamer-plugins-good-lang</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">gstreamer-plugins-good-lang-1.16.3-150200.3.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.22.0-150500.4.6.1">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.22.0-150500.4.6.1">gstreamer-plugins-good-lang-1.22.0-150500.4.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.24.0-150600.3.3.1">gstreamer-plugins-good-lang-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.24.10-2.1">gstreamer-plugins-good-lang-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.26.2-160000.2.2">gstreamer-plugins-good-lang-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-lang-1.8.3-16.12.1">
      <FullProductName ProductID="gstreamer-plugins-good-lang-1.8.3-16.12.1">gstreamer-plugins-good-lang-1.8.3-16.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1">gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-qtqml-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-qtqml-1.24.10-2.1">gstreamer-plugins-good-qtqml-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-plugins-good-qtqml6-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-plugins-good-qtqml6-1.24.10-2.1">gstreamer-plugins-good-qtqml6-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils">
      <FullProductName ProductID="gstreamer-utils">gstreamer-utils</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.16.3-150200.3.6.1">
      <FullProductName ProductID="gstreamer-utils-1.16.3-150200.3.6.1">gstreamer-utils-1.16.3-150200.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.20.1-150400.3.3.1">
      <FullProductName ProductID="gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.22.0-150500.3.5.1">
      <FullProductName ProductID="gstreamer-utils-1.22.0-150500.3.5.1">gstreamer-utils-1.22.0-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.24.0-150600.3.3.1">
      <FullProductName ProductID="gstreamer-utils-1.24.0-150600.3.3.1">gstreamer-utils-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.24.10-2.1">
      <FullProductName ProductID="gstreamer-utils-1.24.10-2.1">gstreamer-utils-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.26.2-160000.2.2">
      <FullProductName ProductID="gstreamer-utils-1.26.2-160000.2.2">gstreamer-utils-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer-utils-1.8.3-10.12.1">
      <FullProductName ProductID="gstreamer-utils-1.8.3-10.12.1">gstreamer-utils-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer1-plugins-good-1.16.1-5.el8_10">
      <FullProductName ProductID="gstreamer1-plugins-good-1.16.1-5.el8_10">gstreamer1-plugins-good-1.16.1-5.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer1-plugins-good-1.22.1-3.el9_5">
      <FullProductName ProductID="gstreamer1-plugins-good-1.22.1-3.el9_5">gstreamer1-plugins-good-1.22.1-3.el9_5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer1-plugins-good-gtk-1.16.1-5.el8_10">
      <FullProductName ProductID="gstreamer1-plugins-good-gtk-1.16.1-5.el8_10">gstreamer1-plugins-good-gtk-1.16.1-5.el8_10</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gstreamer1-plugins-good-gtk-1.22.1-3.el9_5">
      <FullProductName ProductID="gstreamer1-plugins-good-gtk-1.22.1-3.el9_5">gstreamer1-plugins-good-gtk-1.22.1-3.el9_5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstallocators-1_0-0">
      <FullProductName ProductID="libgstallocators-1_0-0">libgstallocators-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstallocators-1_0-0-32bit">
      <FullProductName ProductID="libgstallocators-1_0-0-32bit">libgstallocators-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstapp-1_0-0">
      <FullProductName ProductID="libgstapp-1_0-0">libgstapp-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstapp-1_0-0-32bit">
      <FullProductName ProductID="libgstapp-1_0-0-32bit">libgstapp-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstaudio-1_0-0">
      <FullProductName ProductID="libgstaudio-1_0-0">libgstaudio-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstaudio-1_0-0-32bit">
      <FullProductName ProductID="libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstfft-1_0-0">
      <FullProductName ProductID="libgstfft-1_0-0">libgstfft-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstfft-1_0-0-32bit">
      <FullProductName ProductID="libgstfft-1_0-0-32bit">libgstfft-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstgl-1_0-0">
      <FullProductName ProductID="libgstgl-1_0-0">libgstgl-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstgl-1_0-0-32bit">
      <FullProductName ProductID="libgstgl-1_0-0-32bit">libgstgl-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstpbutils-1_0-0">
      <FullProductName ProductID="libgstpbutils-1_0-0">libgstpbutils-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstpbutils-1_0-0-32bit">
      <FullProductName ProductID="libgstpbutils-1_0-0-32bit">libgstpbutils-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0">
      <FullProductName ProductID="libgstreamer-1_0-0">libgstreamer-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.16.3-150200.3.6.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.20.1-150400.3.3.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.22.0-150500.3.5.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.22.0-150500.3.5.1">libgstreamer-1_0-0-1.22.0-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.22.9-2.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.22.9-2.1">libgstreamer-1_0-0-1.22.9-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.24.0-150600.3.3.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.24.10-2.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.24.10-2.1">libgstreamer-1_0-0-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1">libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.26.2-160000.2.2">
      <FullProductName ProductID="libgstreamer-1_0-0-1.26.2-160000.2.2">libgstreamer-1_0-0-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-1.8.3-10.12.1">
      <FullProductName ProductID="libgstreamer-1_0-0-1.8.3-10.12.1">libgstreamer-1_0-0-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-32bit">
      <FullProductName ProductID="libgstreamer-1_0-0-32bit">libgstreamer-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1">libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-32bit-1.24.10-2.1">
      <FullProductName ProductID="libgstreamer-1_0-0-32bit-1.24.10-2.1">libgstreamer-1_0-0-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstreamer-1_0-0-32bit-1.8.3-10.12.1">
      <FullProductName ProductID="libgstreamer-1_0-0-32bit-1.8.3-10.12.1">libgstreamer-1_0-0-32bit-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstriff-1_0-0">
      <FullProductName ProductID="libgstriff-1_0-0">libgstriff-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstriff-1_0-0-32bit">
      <FullProductName ProductID="libgstriff-1_0-0-32bit">libgstriff-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstrtp-1_0-0">
      <FullProductName ProductID="libgstrtp-1_0-0">libgstrtp-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstrtp-1_0-0-32bit">
      <FullProductName ProductID="libgstrtp-1_0-0-32bit">libgstrtp-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstrtsp-1_0-0">
      <FullProductName ProductID="libgstrtsp-1_0-0">libgstrtsp-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstrtsp-1_0-0-32bit">
      <FullProductName ProductID="libgstrtsp-1_0-0-32bit">libgstrtsp-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstsdp-1_0-0">
      <FullProductName ProductID="libgstsdp-1_0-0">libgstsdp-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstsdp-1_0-0-32bit">
      <FullProductName ProductID="libgstsdp-1_0-0-32bit">libgstsdp-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgsttag-1_0-0">
      <FullProductName ProductID="libgsttag-1_0-0">libgsttag-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgsttag-1_0-0-32bit">
      <FullProductName ProductID="libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstvideo-1_0-0">
      <FullProductName ProductID="libgstvideo-1_0-0">libgstvideo-1_0-0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgstvideo-1_0-0-32bit">
      <FullProductName ProductID="libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0">
      <FullProductName ProductID="typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1">typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1">typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.24.10-2.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.24.10-2.1">typelib-1_0-Gst-1_0-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.26.2-160000.2.2">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.26.2-160000.2.2">typelib-1_0-Gst-1_0-1.26.2-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-1.8.3-10.12.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-1.8.3-10.12.1">typelib-1_0-Gst-1_0-1.8.3-10.12.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1">typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-Gst-1_0-32bit-1.24.10-2.1">
      <FullProductName ProductID="typelib-1_0-Gst-1_0-32bit-1.24.10-2.1">typelib-1_0-Gst-1_0-32bit-1.24.10-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstAllocators-1_0">
      <FullProductName ProductID="typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstApp-1_0">
      <FullProductName ProductID="typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstAudio-1_0">
      <FullProductName ProductID="typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstFft-1_0">
      <FullProductName ProductID="typelib-1_0-GstFft-1_0">typelib-1_0-GstFft-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstGL-1_0">
      <FullProductName ProductID="typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstGLEGL-1_0">
      <FullProductName ProductID="typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstGLWayland-1_0">
      <FullProductName ProductID="typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstGLX11-1_0">
      <FullProductName ProductID="typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstPbutils-1_0">
      <FullProductName ProductID="typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstRtp-1_0">
      <FullProductName ProductID="typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstRtsp-1_0">
      <FullProductName ProductID="typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstSdp-1_0">
      <FullProductName ProductID="typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstTag-1_0">
      <FullProductName ProductID="typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="typelib-1_0-GstVideo-1_0">
      <FullProductName ProductID="typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0</FullProductName>
    </Branch>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/lmcache-vllm-openai:0.3.2-1.2">
      <FullProductName ProductID="Container containers/lmcache-vllm-openai:0.3.2-1.2:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of Container containers/lmcache-vllm-openai:0.3.2-1.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/lmcache-vllm-openai:0.3.2-1.2">
      <FullProductName ProductID="Container containers/lmcache-vllm-openai:0.3.2-1.2:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of Container containers/lmcache-vllm-openai:0.3.2-1.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/open-webui:0">
      <FullProductName ProductID="Container containers/open-webui:0:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of Container containers/open-webui:0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/open-webui:0">
      <FullProductName ProductID="Container containers/open-webui:0:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of Container containers/open-webui:0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/vllm-openai:0.9.1-1.2">
      <FullProductName ProductID="Container containers/vllm-openai:0.9.1-1.2:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of Container containers/vllm-openai:0.9.1-1.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/vllm-openai:0.9.1-1.2">
      <FullProductName ProductID="Container containers/vllm-openai:0.9.1-1.2:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of Container containers/vllm-openai:0.9.1-1.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/kiosk/pulseaudio:17">
      <FullProductName ProductID="Container suse/kiosk/pulseaudio:17:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of Container suse/kiosk/pulseaudio:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/kiosk/pulseaudio:17">
      <FullProductName ProductID="Container suse/kiosk/pulseaudio:17:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of Container suse/kiosk/pulseaudio:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Image ai_15_6">
      <FullProductName ProductID="Image ai_15_6:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of Image ai_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="Image ai_15_6">
      <FullProductName ProductID="Image ai_15_6:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of Image ai_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1">gstreamer-1.16.3-150200.3.6.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1">gstreamer-devel-1.16.3-150200.3.6.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1">gstreamer-lang-1.16.3-150200.3.6.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1">gstreamer-plugins-good-1.16.3-150200.3.17.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">gstreamer-plugins-good-lang-1.16.3-150200.3.17.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1">gstreamer-utils-1.16.3-150200.3.6.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer1-plugins-good-1.16.1-5.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:gstreamer1-plugins-good-1.16.1-5.el8_10">gstreamer1-plugins-good-1.16.1-5.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer1-plugins-good-gtk-1.16.1-5.el8_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:gstreamer1-plugins-good-gtk-1.16.1-5.el8_10">gstreamer1-plugins-good-gtk-1.16.1-5.el8_10 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer1-plugins-good-1.22.1-3.el9_5" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:gstreamer1-plugins-good-1.22.1-3.el9_5">gstreamer1-plugins-good-1.22.1-3.el9_5 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer1-plugins-good-gtk-1.22.1-3.el9_5" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:gstreamer1-plugins-good-gtk-1.22.1-3.el9_5">gstreamer1-plugins-good-gtk-1.22.1-3.el9_5 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1">gstreamer-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1">gstreamer-devel-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1">gstreamer-lang-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1">gstreamer-plugins-good-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">gstreamer-plugins-good-lang-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1">gstreamer-utils-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1">gstreamer-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1">gstreamer-devel-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1">gstreamer-lang-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1">gstreamer-plugins-good-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1">gstreamer-plugins-good-lang-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1">gstreamer-utils-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1">libgstreamer-1_0-0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1">typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1">gstreamer-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1">gstreamer-devel-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1">gstreamer-lang-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1">gstreamer-plugins-good-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1">gstreamer-plugins-good-lang-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1">gstreamer-utils-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1">libgstreamer-1_0-0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1">typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1">gstreamer-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1">gstreamer-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1">libgstreamer-1_0-0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1">gstreamer-devel-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1">gstreamer-lang-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1">gstreamer-plugins-good-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1">gstreamer-plugins-good-lang-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1">gstreamer-utils-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1">typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-devel-1.24.0-150600.3.3.1">gstreamer-devel-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-lang-1.24.0-150600.3.3.1">gstreamer-lang-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-good-1.24.0-150600.3.3.1">gstreamer-plugins-good-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1">gstreamer-plugins-good-lang-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-utils-1.24.0-150600.3.3.1">gstreamer-utils-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1">typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1">gstreamer-32bit-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1">libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7:gstreamer-32bit-1.24.0-150600.3.3.1">gstreamer-32bit-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1">libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-1.8.3-10.12.1">gstreamer-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-lang-1.8.3-10.12.1">gstreamer-lang-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-plugins-good-1.8.3-16.12.1">gstreamer-plugins-good-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-plugins-good-lang-1.8.3-16.12.1">gstreamer-plugins-good-lang-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-utils-1.8.3-10.12.1">gstreamer-utils-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libgstreamer-1_0-0-1.8.3-10.12.1">libgstreamer-1_0-0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libgstreamer-1_0-0-32bit-1.8.3-10.12.1">libgstreamer-1_0-0-32bit-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:typelib-1_0-Gst-1_0-1.8.3-10.12.1">typelib-1_0-Gst-1_0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-1.8.3-10.12.1">gstreamer-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-lang-1.8.3-10.12.1">gstreamer-lang-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-plugins-good-1.8.3-16.12.1">gstreamer-plugins-good-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-plugins-good-lang-1.8.3-16.12.1">gstreamer-plugins-good-lang-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-utils-1.8.3-10.12.1">gstreamer-utils-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libgstreamer-1_0-0-1.8.3-10.12.1">libgstreamer-1_0-0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:libgstreamer-1_0-0-32bit-1.8.3-10.12.1">libgstreamer-1_0-0-32bit-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP3-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP3-TERADATA:typelib-1_0-Gst-1_0-1.8.3-10.12.1">typelib-1_0-Gst-1_0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP3-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1">gstreamer-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1">gstreamer-devel-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1">gstreamer-lang-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1">gstreamer-plugins-good-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1">gstreamer-plugins-good-lang-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1">gstreamer-utils-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1">libgstreamer-1_0-0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1">libgstreamer-1_0-0-32bit-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1">typelib-1_0-Gst-1_0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-1.16.3-150200.3.6.1">gstreamer-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-devel-1.16.3-150200.3.6.1">gstreamer-devel-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-lang-1.16.3-150200.3.6.1">gstreamer-lang-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-plugins-good-1.16.3-150200.3.17.1">gstreamer-plugins-good-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">gstreamer-plugins-good-lang-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-utils-1.16.3-150200.3.6.1">gstreamer-utils-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1">gstreamer-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1">gstreamer-devel-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1">gstreamer-lang-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1">gstreamer-plugins-good-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">gstreamer-plugins-good-lang-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1">gstreamer-utils-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1">gstreamer-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1">gstreamer-devel-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1">gstreamer-lang-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1">gstreamer-plugins-good-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1">gstreamer-plugins-good-lang-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1">gstreamer-utils-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1">libgstreamer-1_0-0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1">typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-1.26.2-160000.2.2">gstreamer-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-lang-1.26.2-160000.2.2">gstreamer-lang-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-1.26.2-160000.2.2">gstreamer-plugins-good-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-extra-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-extra-1.26.2-160000.2.2">gstreamer-plugins-good-extra-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-gtk-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-gtk-1.26.2-160000.2.2">gstreamer-plugins-good-gtk-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-jack-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-jack-1.26.2-160000.2.2">gstreamer-plugins-good-jack-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-lang-1.26.2-160000.2.2">gstreamer-plugins-good-lang-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-utils-1.26.2-160000.2.2">gstreamer-utils-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstreamer-1_0-0-1.26.2-160000.2.2">libgstreamer-1_0-0-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.26.2-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-Gst-1_0-1.26.2-160000.2.2">typelib-1_0-Gst-1_0-1.26.2-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1">gstreamer-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1">gstreamer-devel-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1">gstreamer-lang-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1">gstreamer-plugins-good-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.8.3-16.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1">gstreamer-plugins-good-lang-1.8.3-16.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1">gstreamer-utils-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1">libgstreamer-1_0-0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1">libgstreamer-1_0-0-32bit-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.8.3-10.12.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1">typelib-1_0-Gst-1_0-1.8.3-10.12.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1">gstreamer-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1">gstreamer-devel-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1">gstreamer-lang-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1">gstreamer-plugins-good-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.16.3-150200.3.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1">gstreamer-plugins-good-lang-1.16.3-150200.3.17.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1">gstreamer-utils-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1">libgstreamer-1_0-0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1">typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1">gstreamer-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1">gstreamer-devel-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1">gstreamer-lang-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1">gstreamer-plugins-good-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.22.0-150500.4.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1">gstreamer-plugins-good-lang-1.22.0-150500.4.6.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1">gstreamer-utils-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1">libgstreamer-1_0-0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1">typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1">gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1">gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1 as a component of SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.22.9-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1">gstreamer-1.22.9-2.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.22.9-2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1">libgstreamer-1_0-0-1.22.9-2.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.7-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1">gstreamer-1.24.7-slfo.1.1_2.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1">libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1">gstreamer-1.20.1-150400.3.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1">gstreamer-devel-1.20.1-150400.3.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1">gstreamer-lang-1.20.1-150400.3.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1">gstreamer-plugins-good-1.20.1-150400.3.9.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.20.1-150400.3.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1">gstreamer-plugins-good-lang-1.20.1-150400.3.9.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1">gstreamer-utils-1.20.1-150400.3.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1">libgstreamer-1_0-0-1.20.1-150400.3.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1">typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1">gstreamer-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1">gstreamer-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1">gstreamer-devel-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1">gstreamer-devel-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1">gstreamer-lang-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1">gstreamer-plugins-good-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1">gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-extra-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1">gstreamer-plugins-good-extra-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1">gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1">gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-jack-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1">gstreamer-plugins-good-jack-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1">gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1">gstreamer-plugins-good-lang-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1">gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1">gstreamer-utils-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1">libgstreamer-1_0-0-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1">libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1">typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1">typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-1.24.10-2.1">gstreamer-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1">gstreamer-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1">gstreamer-devel-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1">gstreamer-devel-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1">gstreamer-lang-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1">gstreamer-plugins-good-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1">gstreamer-plugins-good-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-extra-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1">gstreamer-plugins-good-extra-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-extra-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1">gstreamer-plugins-good-extra-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-gtk-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1">gstreamer-plugins-good-gtk-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-jack-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1">gstreamer-plugins-good-jack-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-jack-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1">gstreamer-plugins-good-jack-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1">gstreamer-plugins-good-lang-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-qtqml-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1">gstreamer-plugins-good-qtqml-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-qtqml6-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1">gstreamer-plugins-good-qtqml6-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1">gstreamer-utils-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1">libgstreamer-1_0-0-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1">libgstreamer-1_0-0-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1">typelib-1_0-Gst-1_0-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0-32bit-1.24.10-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1">typelib-1_0-Gst-1_0-32bit-1.24.10-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SLES-LTSS-TERADATA 15 SP2">
      <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2:gstreamer-plugins-base">gstreamer-plugins-base as a component of SLES-LTSS-TERADATA 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gstreamer">gstreamer as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gstreamer-devel">gstreamer-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gstreamer">gstreamer as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gstreamer-devel">gstreamer-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5:gstreamer-32bit">gstreamer-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5:libgstreamer-1_0-0-32bit">libgstreamer-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP5:gstreamer">gstreamer as a component of SUSE Linux Enterprise Module for Package Hub 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7:libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7:libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7:libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit as a component of SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP7:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Module for Package Hub 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-0_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:gstreamer-0_10">gstreamer-0_10 as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-0_10-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:gstreamer-0_10-plugins-good">gstreamer-0_10-plugins-good as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer">gstreamer as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstreamer-1_0-0-32bit">libgstreamer-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-0_10" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-0_10">gstreamer-0_10 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstapp-1_0-0-32bit">libgstapp-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstpbutils-1_0-0-32bit">libgstpbutils-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer">gstreamer as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstreamer-1_0-0-32bit">libgstreamer-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstapp-1_0-0-32bit">libgstapp-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstpbutils-1_0-0-32bit">libgstpbutils-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit">libgstapp-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit">libgstpbutils-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer">gstreamer as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-devel">gstreamer-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstFft-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstFft-1_0">typelib-1_0-GstFft-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer">gstreamer as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-devel">gstreamer-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer">gstreamer as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-devel">gstreamer-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstFft-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstFft-1_0">typelib-1_0-GstFft-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 12 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gstreamer">gstreamer as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gstreamer-devel">gstreamer-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gstreamer-lang">gstreamer-lang as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-utils" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gstreamer-utils">gstreamer-utils as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstreamer-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libgstreamer-1_0-0">libgstreamer-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-Gst-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:typelib-1_0-Gst-1_0">typelib-1_0-Gst-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gstreamer-plugins-good">gstreamer-plugins-good as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-good-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:gstreamer-plugins-good-lang">gstreamer-plugins-good-lang as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy LTS 4.3">
      <FullProductName ProductID="SUSE Manager Proxy LTS 4.3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Manager Proxy LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Manager Retail Branch Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:gstreamer-plugins-base">gstreamer-plugins-base as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstapp-1_0-0">libgstapp-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstfft-1_0-0">libgstfft-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstgl-1_0-0">libgstgl-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstriff-1_0-0">libgstriff-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgsttag-1_0-0">libgsttag-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server LTS 4.3">
      <FullProductName ProductID="SUSE Manager Server LTS 4.3:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of SUSE Manager Server LTS 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-base">gstreamer-plugins-base as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-base-32bit">gstreamer-plugins-base-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-base-devel">gstreamer-plugins-base-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-devel-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit">gstreamer-plugins-base-devel-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gstreamer-plugins-base-lang" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gstreamer-plugins-base-lang">gstreamer-plugins-base-lang as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstallocators-1_0-0">libgstallocators-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstallocators-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstallocators-1_0-0-32bit">libgstallocators-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstapp-1_0-0">libgstapp-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstapp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstapp-1_0-0-32bit">libgstapp-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstaudio-1_0-0">libgstaudio-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstaudio-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstaudio-1_0-0-32bit">libgstaudio-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstfft-1_0-0">libgstfft-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstfft-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstfft-1_0-0-32bit">libgstfft-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstgl-1_0-0">libgstgl-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstgl-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstgl-1_0-0-32bit">libgstgl-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstpbutils-1_0-0">libgstpbutils-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstpbutils-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit">libgstpbutils-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstriff-1_0-0">libgstriff-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstriff-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstriff-1_0-0-32bit">libgstriff-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstrtp-1_0-0">libgstrtp-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstrtp-1_0-0-32bit">libgstrtp-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstrtsp-1_0-0">libgstrtsp-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstrtsp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit">libgstrtsp-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstsdp-1_0-0">libgstsdp-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstsdp-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstsdp-1_0-0-32bit">libgstsdp-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgsttag-1_0-0">libgsttag-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgsttag-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgsttag-1_0-0-32bit">libgsttag-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstvideo-1_0-0">libgstvideo-1_0-0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgstvideo-1_0-0-32bit" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libgstvideo-1_0-0-32bit">libgstvideo-1_0-0-32bit as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAllocators-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0">typelib-1_0-GstAllocators-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstApp-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstApp-1_0">typelib-1_0-GstApp-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstAudio-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0">typelib-1_0-GstAudio-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGL-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstGL-1_0">typelib-1_0-GstGL-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLEGL-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0">typelib-1_0-GstGLEGL-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLWayland-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0">typelib-1_0-GstGLWayland-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstGLX11-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0">typelib-1_0-GstGLX11-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstPbutils-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0">typelib-1_0-GstPbutils-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtp-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0">typelib-1_0-GstRtp-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstRtsp-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0">typelib-1_0-GstRtsp-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstSdp-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0">typelib-1_0-GstSdp-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstTag-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstTag-1_0">typelib-1_0-GstTag-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="typelib-1_0-GstVideo-1_0" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0">typelib-1_0-GstVideo-1_0 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem-&gt;allocator-&gt;mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.</Note>
    </Notes>
    <CVE>CVE-2024-47606</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container containers/lmcache-vllm-openai:0.3.2-1.2:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container containers/lmcache-vllm-openai:0.3.2-1.2:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container containers/open-webui:0:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container containers/open-webui:0:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container containers/vllm-openai:0.9.1-1.2:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container containers/vllm-openai:0.9.1-1.2:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container suse/kiosk/pulseaudio:17:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Container suse/kiosk/pulseaudio:17:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Image ai_15_6:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>Image ai_15_6:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Liberty Linux 8:gstreamer1-plugins-good-1.16.1-5.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 8:gstreamer1-plugins-good-gtk-1.16.1-5.el8_10</ProductID>
        <ProductID>SUSE Liberty Linux 9:gstreamer1-plugins-good-1.22.1-3.el9_5</ProductID>
        <ProductID>SUSE Liberty Linux 9:gstreamer1-plugins-good-gtk-1.22.1-3.el9_5</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-devel-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-lang-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-good-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-utils-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-devel-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP7:gstreamer-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP7:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-lang-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-plugins-good-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-plugins-good-lang-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:gstreamer-utils-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libgstreamer-1_0-0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:libgstreamer-1_0-0-32bit-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-LTSS-TERADATA:typelib-1_0-Gst-1_0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-lang-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-plugins-good-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-plugins-good-lang-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:gstreamer-utils-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libgstreamer-1_0-0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:libgstreamer-1_0-0-32bit-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP3-TERADATA:typelib-1_0-Gst-1_0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-devel-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-lang-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-plugins-good-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:gstreamer-utils-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:libgstreamer-1_0-0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS-TERADATA:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-lang-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-extra-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-gtk-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-jack-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-good-lang-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-utils-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstreamer-1_0-0-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-Gst-1_0-1.26.2-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP7:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SLES-LTSS-TERADATA 15 SP2:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstaudio-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:libgsttag-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstvideo-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP7:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP7:libgstaudio-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP7:libgsttag-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP7:libgstvideo-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:gstreamer-0_10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:gstreamer-0_10-plugins-good</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-0_10</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstapp-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstaudio-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstpbutils-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgsttag-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:libgstvideo-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstapp-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstaudio-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstpbutils-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgsttag-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:libgstvideo-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstapp-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstaudio-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstpbutils-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgsttag-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:libgstvideo-1_0-0-32bit</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstFft-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstFft-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 12 SP3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Linux Micro 6.1:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Manager Proxy LTS 4.3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Manager Retail Branch Server LTS 4.3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Manager Server 4.3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Manager Server 4.3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:gstreamer-plugins-base</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:gstreamer-plugins-base-devel</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:gstreamer-plugins-base-lang</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstallocators-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstapp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstaudio-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstfft-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstgl-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstpbutils-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstriff-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstrtp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstrtsp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstsdp-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgsttag-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:libgstvideo-1_0-0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>SUSE Manager Server LTS 4.3:typelib-1_0-GstVideo-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-base</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-base-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-base-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-base-devel-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:gstreamer-plugins-base-lang</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstallocators-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstallocators-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstapp-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstapp-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstaudio-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstaudio-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstfft-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstfft-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstgl-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstgl-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstpbutils-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstpbutils-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstriff-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstriff-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstrtp-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstrtp-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstrtsp-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstrtsp-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstsdp-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstsdp-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgsttag-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgsttag-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstvideo-1_0-0</ProductID>
        <ProductID>openSUSE Leap 15.6:libgstvideo-1_0-0-32bit</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstAllocators-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstApp-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstAudio-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstGL-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstGLEGL-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstGLWayland-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstGLX11-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstPbutils-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstRtp-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstRtsp-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstSdp-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstTag-1_0</ProductID>
        <ProductID>openSUSE Leap 15.6:typelib-1_0-GstVideo-1_0</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>7.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
