Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Oct 20, 2020
  3. Sep 28, 2020
  4. Dec 14, 2019
  5. Dec 03, 2019
  6. Sep 23, 2019
  7. May 02, 2019
  8. Apr 18, 2019
  9. Apr 11, 2019
  10. Apr 10, 2019
  11. Mar 04, 2019
  12. Feb 26, 2019
  13. Jan 30, 2019
    • Thibault Saunier's avatar
      Gst.init() has to be called before GstPbutils is imported · 96ecb224
      Thibault Saunier authored
      This makes sure that we do not try to use GstPbutils before Gst is init
      and in case GstPbutils is imported while Gst is not imported, use the
      `GstPbutils.pb_utils_init()` function to have the oportunity to
      initialize the overrides.
      
      Not that we also introduce a `GstPbutils.init()` variant because
      `GstPbutils.pb_utils_init()` is an ugly name.
      96ecb224
  14. Jan 22, 2019
  15. Jan 17, 2019
  16. Jan 09, 2019
    • Antonio Ospite's avatar
      overrides: add a set_caps() method to the Pad override · 1cece5bd
      Antonio Ospite authored
      The C API provides the gst_pad_set_caps() helper which makes it easier
      to set caps on pads (see gst/gstcompat.h in gstreamer core).
      
      Add such handy helper to the python bindings too.
      
      The implementation follows as close as possible the one in gstcompat.h
      with two changes:
        1. the type check on the pad has been removed because self is
           guaranteed to be a Gst.Pad in python.
        2. the null check on the caps has been extended to be a type check.
      
      Fixes gstreamer/gst-python#19
      1cece5bd
  17. Dec 30, 2018
  18. Dec 15, 2018
  19. Dec 05, 2018
  20. Nov 12, 2018
    • Jordan Petridіs's avatar
      Add Gitlab CI configuration · 86f7386f
      Jordan Petridіs 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
      86f7386f
  21. Nov 05, 2018
  22. Oct 31, 2018
  23. Oct 30, 2018
  24. Oct 28, 2018
  25. Oct 27, 2018
  26. Jul 29, 2018
  27. Jul 20, 2018
  28. May 14, 2018
  29. May 01, 2018
  30. Apr 25, 2018
  31. Apr 08, 2018
Loading