.. _custom_plugins_label:

#################
Custom Plug-ins
#################

Certain functions, such as video decoding, encoding, and metadata handling, require specific and complex implementations that cannot be efficiently achieved using the standard infrastructure plugins provided by GStreamer. As a result, custom GStreamer plugins are developed to provide this functionality. This section will provide more information about these custom plugins, which can be found in the ``vvas-gst-plugins`` folder within the vvas source code tree. Each custom plugin will be described in detail.


.. toctree::
   :maxdepth: 1

   vvas_xmetaaffixer <./plugin_vvas_xmetaaffixer>

.. toctree::
   :maxdepth: 1

   vvas_xabrscaler <./plugin_vvas_xabrscaler>

.. toctree::
   :maxdepth: 1

   vvas_xinfer <./plugin_vvas_xinfer>

.. toctree::
   :maxdepth: 1

   vvas_xoptflow <./plugin_vvas_xoptflow>

.. toctree::
   :maxdepth: 1

   vvas_xoverlay <./plugin_vvas_xoverlay>

.. toctree::
   :maxdepth: 1

   vvas_xtracker <./plugin_vvas_xtracker>

.. toctree::
   :maxdepth: 1

   vvas_xskipframe <./plugin_vvas_xskipframe>

.. toctree::
   :maxdepth: 1

   vvas_xreorderframe <./plugin_vvas_xreorderframe>

.. toctree::
   :maxdepth: 1

   vvas_xmetaconvert <./plugin_vvas_xmetaconvert>

.. toctree::
   :maxdepth: 1

   vvas_xfunnel <./plugin_vvas_xfunnel>

.. toctree::
   :maxdepth: 1

   vvas_xdefunnel <./plugin_vvas_xdefunnel>

.. toctree::
   :maxdepth: 1

   vvas_xmulticrop <./plugin_vvas_xmulticrop>

.. toctree::
   :maxdepth: 1

   vvas_xcompositor <./plugin_vvas_xcompositor>

.. toctree::
   :maxdepth: 1

   vvas_xvideodec <./plugin_vvas_xvideodec>

.. toctree::
   :maxdepth: 1

   VVAS Bufferpool & Allocator <./vvas_bufferpool_and_allocator>


..
  ------------
  MIT License

  Copyright (c) 2023 Advanced Micro Devices, Inc.

  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.