From f636fb8b343fb64818c4cce80f9b32a1fa90804e Mon Sep 17 00:00:00 2001 From: Sébastien Moutte Date: Wed, 9 May 2007 21:30:53 +0000 Subject: gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size of data pointed when moving the pointer. Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_calculate_##TYPE), (gst_level_transform_ip): Use guint8 * instead of gpointer then vs6 know the size of data pointed when moving the pointer. * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer): Move instructions after variables declaration. * win32/vs6/autogen.dsp: * win32/vs6/libgstrtp.dsp: * win32/vs6/libgstrtsp.dsp: Update vs6 project files. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 61edc2dc..a6e41a42 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 61edc2dc7b8eba179d85a6545e46e0d65239e94d +Subproject commit a6e41a42ec1b93fddbd14b2e5af87e2d456b8962 -- cgit