summaryrefslogtreecommitdiffstats
path: root/ext/dc1394/gstdc1394.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dc1394/gstdc1394.c')
-rw-r--r--ext/dc1394/gstdc1394.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c
index 9af620a6..7c899833 100644
--- a/ext/dc1394/gstdc1394.c
+++ b/ext/dc1394/gstdc1394.c
@@ -659,8 +659,9 @@ gst_dc1394_set_caps_color (GstStructure * gs, gint mc)
// there is no fourcc for this format
break;
default:
+ GST_DEBUG ("Ignoring unsupported color format %d", mc);
ret = FALSE;
- printf ("We should never get here; invalid color mode!!\n");
+ break;
}
return ret;
}