Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
  2. Jan 14, 2019
  3. Jan 15, 2019
  4. Jan 11, 2019
  5. Jan 07, 2019
  6. Dec 24, 2018
  7. Dec 18, 2018
  8. Dec 15, 2018
  9. Dec 10, 2018
  10. Dec 05, 2018
  11. Dec 04, 2018
  12. Nov 28, 2018
  13. Nov 27, 2018
    • He Junyan's avatar
      plugins: modify image check of extract_allowed_surface_formats. · 176bbce9
      He Junyan authored and Víctor Manuel Jáquez Leal's avatar Víctor Manuel Jáquez Leal committed
      The extract_allowed_surface_formats function just check whether
      we can support some kind of surface/image format pair. We just
      need to create a surface, create an image with the same video-format
      and putImage from image to surface. All these operations success,
      that kind of video-format is supported.
      The old manner do not work for some kind of video-format. For example,
      the RGBA kind of format will create a NV12 surface and RGBA image,
      and the putImage will fail because the format is not same. And so
      the RGBA format is not supported but actually it is supported.
      176bbce9
    • Michael Olbrich's avatar
      vaapipostproc: add some missing locking · c1de41b8
      Michael Olbrich authored
      gst_vaapi_plugin_base_close() removed the raw caps that are used indirectly
      in gst_vaapipostproc_transform_caps(). The usage is already protected by
      the mutex.
      This is needed when the pipeline is stopped during startup.
      c1de41b8
  14. Nov 20, 2018
    • Haihao Xiang's avatar
      Close dmabuf_fd · c728fb4f
      Haihao Xiang authored
      Otherwise it will result in resource leak when failed to create
      dmabuf memory
      c728fb4f
  15. Nov 14, 2018
  16. Nov 12, 2018
    • Víctor Manuel Jáquez Leal's avatar
      Add Gitlab CI configuration · b67fc3a5
      Víctor Manuel Jáquez Leal authored
      This commit adds a .gitlab-ci.yml file, which uses a feature
      to fetch the config from a centralized repository. The intent is
      to have all the gstreamer modules use the same configuration.
      
      The configuration is currently hosted at the gst-ci repository
      under the gitlab/ci_template.yml path.
      
      Part of gstreamer/gstreamer-project#29
      b67fc3a5
  17. Nov 10, 2018
  18. Nov 09, 2018
  19. Nov 07, 2018
  20. Nov 05, 2018
  21. Nov 01, 2018
Loading