[Bug 736041] Protect rtsp transport data.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 16 01:48:45 PDT 2014


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

Wim Taymans <wim.taymans> changed:

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

--- Comment #11 from Wim Taymans <wim.taymans at gmail.com> 2014-09-16 08:48:38 UTC ---
commit 0292be09eaf338f16c752aee0c317b1e6b3971e2
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Tue Sep 9 18:11:39 2014 +0200

    client: simplify session transport handling

    link/unlink of the transport in a session was done to keep track of all
    TCP transports and to send RTP/RTCP data to the streams. We can simplify
    that by putting all the TCP transports in a hashtable indexed with the
    channel number.

    We also don't need to link/unlink the transports when we pause/resume
    the streams. The same effect is already achieved when we pause/play the
    media. Indeed, when we pause the media, the transport is removed from
    the media and the callbacks will not be called anymore.

    See https://bugzilla.gnome.org/show_bug.cgi?id=736041

commit ea5d4cfc7e29d010c0d7b6a2f606de76a6d117f4
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Tue Sep 9 18:10:12 2014 +0200

    stream-transport: make method to handle received data

    Make a method to handle the data received on a channel. It sends the
    data to the stream of the transport on the RTP or RTCP pads based on
    the channel number.

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