[gstreamer-bugs] [Bug 562794] rtspsrc fails to create a socket on Win32 sometimes.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 24 03:14:47 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=562794

  GStreamer | gst-plugins-base | Ver: git

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123710|none                        |committed
               Flag|                            |
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.23




------- Comment #4 from Wim Taymans  2009-02-24 11:14 UTC -------
It would be nice if we did not have to call these functions in a library but I
guess it does not hurt. Below is a patch that still calls the functions but at
create/destroy time to make sure they are always matched correctly.

commit bb5e2d3f56a994b42a84678661bbc097709c890b
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Tue Feb 24 12:11:00 2009 +0100

    Match WSAStartup and WSACleanup correctly

    Don't randomly call WSAStartup and WSACleanup but instead call the startup
when
    we create a connection and cleanup when we free it again. Because the
internal
    datastructure is refcounted, this should not cause any refcounting leaks
when
    the connection is managed correctly.
    Fixes #562794.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=562794.




More information about the Gstreamer-bugs mailing list