summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosshelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss/gstosshelper.c')
-rw-r--r--sys/oss/gstosshelper.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/oss/gstosshelper.c b/sys/oss/gstosshelper.c
index 192a2068..38b36893 100644
--- a/sys/oss/gstosshelper.c
+++ b/sys/oss/gstosshelper.c
@@ -154,9 +154,10 @@ gst_oss_helper_probe_caps (gint fd)
}
}
- 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);