mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ext/dc1394/gstdc1394.c: Change a g_print to a GST_DEBUG message.
Original commit message from CVS: * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color): Change a g_print to a GST_DEBUG message.
This commit is contained in:
parent
947df9b38d
commit
ddf42d0772
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
|
||||||
|
Change a g_print to a GST_DEBUG message.
|
||||||
|
|
||||||
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
|
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -659,8 +659,9 @@ gst_dc1394_set_caps_color (GstStructure * gs, gint mc)
|
||||||
// there is no fourcc for this format
|
// there is no fourcc for this format
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
GST_DEBUG ("Ignoring unsupported color format %d", mc);
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
printf ("We should never get here; invalid color mode!!\n");
|
break;
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue