Skip to content
Snippets Groups Projects
  1. Aug 19, 2016
  2. Aug 13, 2016
    • Tim-Philipp Müller's avatar
      g-i: pass compiler env to g-ir-scanner · 65ca3b21
      Tim-Philipp Müller authored
      It's what introspection.mak does as well. Should
      fix spurious build failures on gnome-continuous
      (caused by g-ir-scanner getting compiler details
      via python which is broken in some environments
      so passing the compiler details bypasses that).
      65ca3b21
  3. Jun 09, 2016
  4. May 20, 2016
  5. May 04, 2016
  6. Apr 20, 2016
  7. Mar 24, 2016
  8. Mar 16, 2016
  9. Mar 15, 2016
  10. Mar 10, 2016
  11. Mar 05, 2016
  12. Mar 04, 2016
  13. Mar 03, 2016
  14. Mar 02, 2016
  15. Mar 01, 2016
  16. Feb 26, 2016
  17. Feb 23, 2016
  18. Feb 19, 2016
  19. Feb 18, 2016
    • Julien Isorce's avatar
      uninstalled.pc: add support for non libtool build systems · 8f1a9bff
      Julien Isorce authored
      Currently the .la path is provided which requires to use libtool as
      mentioned in the GStreamer manual section-helloworld-compilerun.html.
      It is fine as long as the application is built using libtool.
      
      So currently it is not possible to compile a GStreamer application
      within gst-uninstalled with CMake or other build system different
      than autotools.
      
      This patch allows to do the following in gst-uninstalled env:
      gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
        gstreamer-rtsp-server-1.0)
      Previously it required to prepend libtool --mode=link
      
      https://bugzilla.gnome.org/show_bug.cgi?id=720778
      8f1a9bff
  20. Feb 09, 2016
  21. Feb 08, 2016
    • Luis de Bethencourt's avatar
      rtspclientsink: clean switch statements · 4922b7f6
      Luis de Bethencourt authored
      Coverity demands for fallthrough statements to be clearly commented,
      to distinguish from accidental fall throughs. And it also needs all
      cases to finish with a break, even if the break is never going to be
      executed like in the case of a continue jump.
      
      CID #1352039
      CID #1352040
      4922b7f6
  22. Feb 05, 2016
  23. Feb 02, 2016
  24. Jan 28, 2016
Loading