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