Skip to content
Snippets Groups Projects
  1. Mar 01, 2016
  2. Feb 26, 2016
  3. Feb 23, 2016
  4. Feb 19, 2016
  5. 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
  6. Feb 09, 2016
  7. 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
  8. Feb 05, 2016
  9. Feb 02, 2016
  10. Jan 28, 2016
  11. Jan 15, 2016
  12. Jan 07, 2016
  13. Jan 03, 2016
  14. Dec 31, 2015
  15. Dec 30, 2015
  16. Dec 28, 2015
  17. Dec 24, 2015
  18. Dec 21, 2015
  19. Dec 15, 2015
Loading