Skip to content
Snippets Groups Projects
  1. Feb 05, 2022
  2. Feb 04, 2022
  3. Feb 03, 2022
  4. Feb 02, 2022
    • Stéphane Cerveau's avatar
      dashsink: doc cleanup · 0600acd7
      Stéphane Cerveau authored
      Remove max-files mention in the command line test
      Fix some typos
      Use mpegtsdemux instead of tsdemux in the pipeline description
      
      Part-of: <!1624>
      0600acd7
  5. Feb 01, 2022
  6. Jan 31, 2022
    • Nirbheek Chauhan's avatar
      docs: Add objc and objcpp files to hotdoc gst_c_sources · 67656c5e
      Nirbheek Chauhan authored
      Hotdoc should be able to extract and parse comments out of these. Just
      need to be careful to only add the glob in directories that actually
      contain *.m (objc) and *.mm (objcpp) files.
      
      Also fix some doc comments and remove redundant ones.
      
      Part-of: <!1614>
      67656c5e
    • Víctor Manuel Jáquez Leal's avatar
      vaapi: Disable Wayland if no libdrm · a6a8a136
      Víctor Manuel Jáquez Leal authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      Platform wise, is not possible, as far as I known, to have Wayland
      without kernel's DRM. Though, it's possible to configure
      gstreamer-vaapi without DRM but Wayland support, with the enhanced
      handling of dmabuf in vaapisink for Wayland, vaapisink will always
      fail. Given both issues, configuration with no DRM but Wayland, makes
      things more complex, and a simpler approach is to refuse that
      configuration.
      
      This patch disables Wayland support if there isn't DRM support. Also,
      it disables the display test for Wayland, relying only on DRM and
      X11.
      
      Part-of: <!1606>
      a6a8a136
    • Víctor Manuel Jáquez Leal's avatar
      vaapi: libs: video-format: Check if formats map is not NULL. · 2fc4e928
      Víctor Manuel Jáquez Leal authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      Formats map is instantiated at the end of the display
      instantiation. The problem is the Wayland display which looks for a
      format in a callback, before the map is populated.
      
      If user compiles gstreamer-vaapi with DRM support, the map is
      populated with a DRM display at GStreamer plugin registration. But if
      not, or a VA driver is not available, the plugin will try with a
      Wayland driver, which cause the NULL de-reference.
      
      Nevertheless, in the case of no DRM support, and if the Wayland
      display doesn't get a reply from the format conversion is not a
      problem.
      
      So the solution is the trivial one, check if the format map is already
      populated before de-reference it.
      
      Fixes: #977
      Part-of: <!1606>
      2fc4e928
    • Stéphane Cerveau's avatar
      gstreamer-full: warn if version-script not available · fb1c0626
      Stéphane Cerveau authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      Instead of error out, warn user that the platform does not support
      the version script.
      
      Part-of: <!1191>
      fb1c0626
    • Jan Alexander Steffens's avatar
      wpe: Support wpe-webkit-1.1 · 16dc8f84
      Jan Alexander Steffens authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      Part-of: <!1522>
      16dc8f84
    • Philippe Normand's avatar
      wpe: Install WebExtension in pkglibdir · 8e4cce6c
      Philippe Normand authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      The uninstalled WebExtension takes precedence over the installed one, so that
      audio support works in local developer builds as well.
      
      Fixes #975
      
      Part-of: <!1602>
      8e4cce6c
  7. Jan 30, 2022
  8. Jan 29, 2022
  9. Jan 28, 2022
Loading