[Bug 708237] Problems with GST_RTSP_ADDRESS_POOL_ANY_IPV4

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 12 07:56:06 PST 2013


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.2.0

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2013-11-12 15:56:02 UTC ---
1) that's expected, the range would be from 0.0.0.0 to 0.0.0.0 so you can only
allocate something 0.0.0.0
2) should be fixed with this:

commit b2bc84cdbf7d08c5cb94da435637bc1c7188c918
Author: Wim Taymans <wim.taymans at gmail.com>
Date:   Tue Nov 12 16:52:35 2013 +0100

    address-pool: fix address increment

    Use a guint instead of guint8 to increment the address. It's still not
    completely correct because a guint might not be able to hold the complete
    address range, but that's an enhacement for later.
    Add unit test to test improved behaviour.

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

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