Original commit message from CVS:
* sys/oss/gstosshelper.c:
Use GST_WARNING instead of a g_critical. This situation is not caused
by the application.
+2007-09-23 Stefan Kost <ensonic@users.sf.net>
+
+ * sys/oss/gstosshelper.c:
+ Use GST_WARNING instead of a g_critical. This situation is not caused
+ by the application.
+
2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
* po/LINGUAS:
}
}
- if (gst_caps_is_empty (caps))
+ if (gst_caps_is_empty (caps)) {
/* fixme: make user-visible */
- g_critical ("Your OSS device could not be probed correctly");
+ GST_WARNING ("Your OSS device could not be probed correctly");
+ }
GST_DEBUG ("probed caps: %" GST_PTR_FORMAT, caps);