Skip to content
Snippets Groups Projects
  1. Dec 24, 2015
  2. Dec 21, 2015
  3. Dec 19, 2015
  4. Dec 18, 2015
  5. Dec 17, 2015
    • Sebastian Dröge's avatar
      configure: Don't use AG_GST_CHECK_FEATURE for checking for gio-unix-2.0 · aadefefb
      Sebastian Dröge authored
      It's meant to be used for external plugins that can then all be disabled via
      --disable-external. gio-unix-2.0 however is just an optional dependency for
      the TCP unit test.
      
      Also when using AG_GST_CHECK_FEATURE like this, in the --disable-external part
      there needs to be an AM_CONDITIONAL for the feature with FALSE.
      aadefefb
  6. Dec 16, 2015
  7. Dec 14, 2015
  8. Dec 12, 2015
  9. Dec 11, 2015
  10. Dec 10, 2015
    • Wim Taymans's avatar
      multisocketsink: add GstNetworkMessage event · 9c2bcd7b
      Wim Taymans authored
      Add a property and logic to send a GstNetworkMessage event containing
      the message that was received from a client. This can be used to
      implement simply bidirectional communication.
      9c2bcd7b
    • Wim Taymans's avatar
      multisocketsink: add dispatched event · 9aaaa26f
      Wim Taymans authored
      Add a property and logic to send a GstNetworkMessageDispatched
      event upstream to notify that a buffer has been sent. This can be used
      to keep track of what client received what buffers.
      9aaaa26f
    • Wim Taymans's avatar
      socketsrc: handle GstNetworkMessage events · 0e1a858d
      Wim Taymans authored
      Add a property to handle GstNetworkMessage events. These events contain
      a buffer that is sent on the socket to allow for simple bidirectional
      communication.
      0e1a858d
  11. Dec 09, 2015
  12. Dec 08, 2015
  13. Dec 07, 2015
  14. Dec 04, 2015
  15. Dec 03, 2015
Loading