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