[Bug 740752] add retransmission support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 16 07:48:12 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740752
  GStreamer | gst-rtsp-server | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-12-16 15:48:00 UTC ---
commit fa4d8db7ea9079e3a92cdc4fcccc284e22c0df63
Author: Matthew Waters <matthew at centricular.com>
Date:   Mon Dec 1 23:42:34 2014 +1100

    examples: add a retransmisison example implementing RFC4588

    Currently only SSRC-multiplexed rtx streams are supported

commit a44b564f59c738f9f115df7e7995935f77d29d4b
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Dec 16 16:46:15 2014 +0100

    rtsp-stream: Fix some minor memory leaks

commit 8ae35665911424eea52ba4a7444eb9d1dbff1d0c
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Dec 16 16:46:06 2014 +0100

    rtsp-media: Some minor cleanup

commit 06bfc0697b8fa8d7272124868706cd896b423257
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Dec 16 16:42:13 2014 +0100

    rtsp-stream: Fix compiler warnings

    rtsp-stream.c:1351:3: error: non-void function
'gst_rtsp_stream_get_retransmission_time' should return a value [-Wreturn-type]
      g_return_if_fail (GST_IS_RTSP_STREAM (stream));
      ^

    rtsp-stream.c:1384:3: error: non-void function
'gst_rtsp_stream_get_retransmission_pt' should return a value [-Wreturn-type]
      g_return_if_fail (GST_IS_RTSP_STREAM (stream));
      ^

commit 4f40781fff4f74ca80f202b3b6e435ff9a86ee1e
Author: Matthew Waters <matthew at centricular.com>
Date:   Thu Nov 27 01:12:36 2014 +1100

    media: implement ssrc-multiplexed retransmission support

    based off RFC 4588 and the server-rtpaux example in -good

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list