[gst-devel] PATCH: win32 build fixes without attach

Sergey Scobich sergey.scobich at gmail.com
Thu Dec 29 00:36:10 CET 2005


Sorry, for previous email,
I didn't know that attachements are not shown.

Here is the patch for fixing the win32 build issues on the cvs HEAD.


-----------------------
Index: ./gstreamer/win32/common/config.h
===================================================================
RCS file: /cvs/gstreamer/gstreamer/win32/common/config.h,v
retrieving revision 1.27
diff -u -r1.27 config.h
--- ./gstreamer/win32/common/config.h	23 Dec 2005 18:04:49 -0000	1.27
+++ ./gstreamer/win32/common/config.h	28 Dec 2005 15:40:59 -0000
@@ -35,6 +35,12 @@
 /* Define the version */
 #define GST_VERSION "0.10.1"

+/* Define the MAJOR.MINOR version */
+#define GST_MAJORMINOR "0.10"
+
+/* Define host CPU */
+#define HOST_CPU "i386"
+
 /* Define if the host CPU is an Alpha */
 #undef HAVE_CPU_ALPHA

Index: ./gstreamer/win32/common/gstversion.h
===================================================================
RCS file: /cvs/gstreamer/gstreamer/win32/common/gstversion.h,v
retrieving revision 1.5
diff -u -r1.5 gstversion.h
--- ./gstreamer/win32/common/gstversion.h	30 Nov 2005 09:12:57 -0000	1.5
+++ ./gstreamer/win32/common/gstversion.h	28 Dec 2005 15:41:00 -0000
@@ -51,13 +51,13 @@
  *
  * The minor version of GStreamer at compile time:
  */
-#define GST_VERSION_MINOR (9)
+#define GST_VERSION_MINOR (10)
 /**
  * GST_VERSION_MICRO:
  *
  * The micro version of GStreamer at compile time:
  */
-#define GST_VERSION_MICRO (6)
+#define GST_VERSION_MICRO (1)
 /**
  * GST_VERSION_NANO:
  *
Index: ./gstreamer/win32/common/libgstreamer.def
===================================================================
RCS file: /cvs/gstreamer/gstreamer/win32/common/libgstreamer.def,v
retrieving revision 1.16
diff -u -r1.16 libgstreamer.def
--- ./gstreamer/win32/common/libgstreamer.def	4 Dec 2005 19:57:26 -0000	1.16
+++ ./gstreamer/win32/common/libgstreamer.def	28 Dec 2005 15:41:00 -0000
@@ -164,6 +164,8 @@

     gst_format_get_details

+    gst_format_get_name
+
     gst_format_register

     gst_fourcc_get_type
@@ -550,6 +552,8 @@

 	gst_pad_activate_push

+	gst_pad_alloc_buffer_and_set_caps
+
 	gst_pad_chain

 	gst_pad_check_pull_range
@@ -642,6 +646,8 @@

 	gst_segment_clip

+	gst_segment_set_duration
+	
 	gst_segment_set_newsegment

 	gst_segment_to_running_time
------------------------------------------




More information about the gstreamer-devel mailing list