Skip to content
Snippets Groups Projects
  1. Jul 02, 2021
  2. Jun 30, 2021
  3. Jun 18, 2021
  4. Jun 07, 2021
  5. Jun 05, 2021
  6. Jun 01, 2021
  7. May 31, 2021
  8. May 18, 2021
  9. May 04, 2021
  10. Apr 30, 2021
  11. Apr 29, 2021
  12. Apr 11, 2021
  13. Apr 08, 2021
  14. Apr 06, 2021
  15. Jan 14, 2021
  16. Jan 13, 2021
  17. Dec 11, 2020
    • Stéphane Cerveau's avatar
      gst-full: add way to test features presence · f0f0662d
      Stéphane Cerveau authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      This test allows to test a list of features to be
      registered in the library (or not).
      
      Part-of: <!199>
      f0f0662d
    • Stéphane Cerveau's avatar
      gst-full: add 'gst-full-' features options · b6f61768
      Stéphane Cerveau authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      These options allow to select a set of features from a given
      plugin with the following syntax:
      
      -Dgst-full-plugins=plugin1;plugin10
      -Dgst-full-elements=plugin2:element1,element2
      -Dgst-full-typefind-functions=plugins3:func
      -Dgst-full-device-providers=plugin4,dp1
      -Dgst-full-dynamic-types=plugin5:dt1
      
      By default all the enabled plugin are registered and
      gst-full-plugins will allow to include only a set of plugin
      
      If a feature(element, typefind etc.) is selected from a plugin,
      the plugin is removed from the plugins list.
      
      Part-of: <!199>
      b6f61768
  18. Dec 03, 2020
  19. Nov 23, 2020
  20. Nov 16, 2020
  21. Nov 05, 2020
  22. Nov 04, 2020
  23. Oct 28, 2020
  24. Oct 27, 2020
  25. Oct 26, 2020
  26. Oct 23, 2020
  27. Oct 21, 2020
    • Stéphane Cerveau's avatar
      gst-full: add linker flag to keep gst_init_static_plugins · a4f711e9
      Stéphane Cerveau authored
      In a fully static link where an app link with gstreamer-full
      the gst_init_static_plugins can be discarded because
      no one references it.
      Indeed the symbol is looked up by gst_init to call if it exists
      and so it is not clearly referenced.
      
      In order to avoid this issue, we use the linker flag
      --undefined=gst_init_static_plugins to keep
      the symbol.
      
      Part-of: <gstreamer/gst-build!207>
      a4f711e9
  28. Oct 14, 2020
  29. Oct 13, 2020
  30. Oct 12, 2020
Loading