Skip to content
Snippets Groups Projects
  1. Feb 26, 2019
  2. Feb 25, 2019
    • Nicolas Dufresne's avatar
      rtpsession: Fix EOS forwarding · e72ef633
      Nicolas Dufresne authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
      So far we assumed that if all sources are bye, this meant we needed to
      send an EOS on the RTCP sink. The problem is that this case may happens
      if we only had one internal source and it detected a collision.
      
      So now we limit the EOS forwarding to when there is a send_rtp_sink pad
      and that this pad has received EOS. We don'tcheck the recv_rtp_sink
      since the code does not wait for the bye to be send before sending EOS
      to the RTCP src pad.
      e72ef633
  3. Feb 24, 2019
  4. Feb 13, 2019
  5. Feb 11, 2019
  6. Feb 08, 2019
  7. Feb 07, 2019
  8. Feb 06, 2019
  9. Feb 05, 2019
  10. Feb 04, 2019
  11. Feb 02, 2019
  12. Feb 01, 2019
    • Nirbheek Chauhan's avatar
      meson: qmlgl plugin iOS definitions · d677e635
      Nirbheek Chauhan authored
      Tested with cross-ios-arm64 and cross-ios-x86, since those two are the
      only archs shipped with the official Qt binaries.
      d677e635
    • Nirbheek Chauhan's avatar
      qt: Don't define GLsync inside gstglfuncs.h · 0de89c0d
      Nirbheek Chauhan authored
      This was originally added for fixing conflicting definitions between
      Android and Qt, but times have changed and now this breaks the build
      on iOS:
      
       [...]/OpenGLES.framework/Headers/ES3/gl.h:1006:48: error: unknown type name 'gst_qt_GLsync'
       GL_API void           GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)   OPENGLES_DEPRECATED(ios(7.0, 12.0), tvos(9.0, 12.0));
                                                     ^
       ../ext/qt/gstqtgl.h:49:16: note: expanded from macro 'GLsync'
       #define GLsync gst_qt_GLsync
                      ^
       6 errors generated.
      
      Instead, we simply avoid defining GLsync ourselves if we're using Qt.
      0de89c0d
    • Nirbheek Chauhan's avatar
  13. Jan 31, 2019
  14. Jan 30, 2019
    • Seungha Yang's avatar
      meson: Add support orc fallback · fe7885b1
      Seungha Yang authored
      Allow fallback to orc subproject if any.
      Additionally 'dependencies' keyword is removed from find_library,
      because it's invalid keyword for find_library.
      fe7885b1
  15. Jan 29, 2019
Loading