[Bug 740752] add retransmission support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 15 03:56:38 PST 2014


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-12-15 11:56:32 UTC ---
> +    ret = g_list_append (ret, GUINT_TO_POINTER (pt));
> 
> prepend here, and then reverse the list in the end. That's faster

That's not a good pattern, better just use a GQueue on the stack then and
return queue.head when done :) </bikeshed>

-- 
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