diff options
Diffstat (limited to 'ext/dc1394')
-rw-r--r-- | ext/dc1394/gstdc1394.c | 3 |
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; } |