Bump GLib requirement to >= 2.62
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / gst / udp / gstudpelement.c
index 96d0ae4..ceef41e 100644 (file)
@@ -32,12 +32,6 @@ udp_element_init (GstPlugin * plugin)
 {
   static gsize res = FALSE;
   if (g_once_init_enter (&res)) {
-    /* not using GLIB_CHECK_VERSION on purpose, run-time version matters */
-    if (glib_check_version (2, 36, 0) != NULL) {
-      GST_WARNING ("Your GLib version is < 2.36, UDP multicasting support may "
-          "be broken, see https://bugzilla.gnome.org/show_bug.cgi?id=688378");
-    }
-
     /* register info of the netaddress metadata so that we can use it from
      * multiple threads right away. Note that the plugin loading is always
      * serialized */