[gst-cvs] CVS: gstreamer/testsuite/capsnego converter.c,1.2,1.3 converter2.c,1.3,1.4 enum.c,1.2,1.3
Thomas Vander Stichele
thomasvs at users.sourceforge.net
Wed Nov 28 01:45:03 PST 2001
- Previous message: [gst-cvs] CVS: gstreamer/testsuite/capsnego capsnego.c,1.3,1.4
- Next message: [gst-cvs] CVS: gstreamer/libs/control gstdparamcommon.h,NONE,1.1 gstcontrol.c,1.1,1.2 gstcontrol.h,1.2,1.3 gstdparam.c,1.1,1.2 gstdparam.h,1.1,1.2 gstdparammanager.c,1.1,1.2 gstdparammanager.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/testsuite/capsnego
In directory usw-pr-cvs1:/tmp/cvs-serv18654
Modified Files:
converter.c converter2.c enum.c
Log Message:
I tried my best
Index: converter.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/testsuite/capsnego/converter.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- converter.c 2001/04/17 21:14:55 1.2
+++ converter.c 2001/11/28 09:44:38 1.3
@@ -164,10 +164,10 @@
g_print ("set caps on src: %d\n", result);
g_print ("initial converter status: %d %d\n", converter_in, converter_out);
- result = gst_pad_connect (srcpad, sinkconvpad);
+ /* result = FIXME */ gst_pad_connect (srcpad, sinkconvpad);
g_print ("pad connect 1: %d\n", result);
overall &= (result == TRUE);
- result = gst_pad_connect (srcconvpad, sinkpad);
+ /* result = FIXME */ gst_pad_connect (srcconvpad, sinkpad);
g_print ("pad connect 2: %d\n", result);
overall &= (result == TRUE);
Index: converter2.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/testsuite/capsnego/converter2.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- converter2.c 2001/04/17 21:14:55 1.3
+++ converter2.c 2001/11/28 09:44:38 1.4
@@ -206,10 +206,10 @@
g_print ("result: %d, converter status: %d %d, target: %d\n\n", result,
converter_in, converter_out, target_rate);
- result = gst_pad_connect (srcpad, sinkconvpad);
+ /* result = FIXME */ gst_pad_connect (srcpad, sinkconvpad);
g_print ("pad connect 1: %d\n", result);
overall &= (result == TRUE);
- result = gst_pad_connect (srcconvpad, sinkpad);
+ /* result = FIXME */ gst_pad_connect (srcconvpad, sinkpad);
g_print ("pad connect 2: %d\n", result);
overall &= (result == TRUE);
Index: enum.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/testsuite/capsnego/enum.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- enum.c 2001/04/17 21:14:55 1.2
+++ enum.c 2001/11/28 09:44:38 1.3
@@ -1,4 +1,4 @@
-
+#include <stdlib.h>
#include <gst/gst.h>
GstPad *srcconvpad, *sinkconvpad;
@@ -154,7 +154,7 @@
g_print ("The wild goose chase...\n");
- result = gst_pad_connect (srcconvpad, sinkconvpad);
+ /* result FIXME = */ gst_pad_connect (srcconvpad, sinkconvpad);
g_print ("pad connect 1: %d\n", result);
overall &= (result == TRUE);
- Previous message: [gst-cvs] CVS: gstreamer/testsuite/capsnego capsnego.c,1.3,1.4
- Next message: [gst-cvs] CVS: gstreamer/libs/control gstdparamcommon.h,NONE,1.1 gstcontrol.c,1.1,1.2 gstcontrol.h,1.2,1.3 gstdparam.c,1.1,1.2 gstdparam.h,1.1,1.2 gstdparammanager.c,1.1,1.2 gstdparammanager.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list