[Bug 693911] souphttpsrc: rewrite using new session/request API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 13 13:21:30 UTC 2016


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

--- Comment #17 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Which types though?

This seems to work well enough, any missing?

  g_type_ensure (G_TYPE_SOCKET);
  g_type_ensure (G_TYPE_SOCKET_ADDRESS);
  g_type_ensure (G_TYPE_SOCKET_SERVICE);
  g_type_ensure (G_TYPE_SOCKET_FAMILY);
  g_type_ensure (G_TYPE_SOCKET_CLIENT);
  g_type_ensure (G_TYPE_RESOLVER);
  g_type_ensure (G_TYPE_PROXY_RESOLVER);
  g_type_ensure (G_TYPE_PROXY_ADDRESS);
  g_type_ensure (G_TYPE_TLS_CERTIFICATE);
  g_type_ensure (G_TYPE_TLS_CONNECTION);
  g_type_ensure (G_TYPE_TLS_DATABASE);
  g_type_ensure (G_TYPE_TLS_INTERACTION);

Do we have to do this in all other plugins that use GSocket as well then?

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