Skip to content
Snippets Groups Projects
  1. Apr 18, 2019
  2. Apr 11, 2019
  3. Apr 10, 2019
  4. Mar 04, 2019
  5. Feb 26, 2019
  6. 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
  7. Jan 22, 2019
  8. Jan 17, 2019
  9. 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
  10. Dec 30, 2018
  11. Dec 15, 2018
  12. Dec 05, 2018
  13. 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
      Verified
      86f7386f
  14. Nov 05, 2018
  15. Oct 31, 2018
  16. Oct 30, 2018
  17. Oct 28, 2018
  18. Oct 27, 2018
  19. Jul 29, 2018
  20. Jul 20, 2018
  21. May 14, 2018
  22. May 01, 2018
  23. Apr 25, 2018
  24. Apr 08, 2018
  25. Apr 03, 2018
  26. Mar 20, 2018
  27. Mar 19, 2018
  28. Mar 13, 2018
  29. Mar 03, 2018
  30. Feb 23, 2018
  31. Feb 22, 2018
Loading