From 2165bc4bed537448a82a2a0ea773d2952837699c Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 29 Jun 2007 15:23:34 +0000 Subject: ext/dc1394/gstdc1394.c: Make a bunch of functions static, and move variable declarations to the start of blocks to av... Original commit message from CVS: * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate), (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps), (gst_dc1394_set_caps_framesize_range), (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps), (gst_dc1394_framerate_frac_to_const), (gst_dc1394_open_cam_with_best_caps): Make a bunch of functions static, and move variable declarations to the start of blocks to avoid problems on older gcc. Make sure to unset value types. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6db4d203..9e2d3a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-06-29 Jan Schmidt + + * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate), + (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps), + (gst_dc1394_set_caps_framesize_range), + (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps), + (gst_dc1394_framerate_frac_to_const), + (gst_dc1394_open_cam_with_best_caps): + Make a bunch of functions static, and move variable declarations + to the start of blocks to avoid problems on older gcc. + + Make sure to unset value types. + 2007-06-29 Jan Schmidt * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color): -- cgit v1.2.1