gst/elements, testsuite: Null if we got it...
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:58:21 +0000 (10:58 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:58:21 +0000 (10:58 +0000)
Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* gst/elements, testsuite: Null if we got it...

15 files changed:
ChangeLog
gst/elements/gstfakesrc.c
gst/elements/gstfdsink.c
gst/elements/gstfdsrc.c
gst/elements/gstfilesink.c
gst/elements/gstfilesrc.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
tests/old/testsuite/bytestream/gstbstest.c
tests/old/testsuite/dynparams/dparamstest.c
testsuite/bytestream/gstbstest.c
testsuite/dynparams/dparamstest.c

index 80fc3fb..94416a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-05  Andy Wingo  <wingo@pobox.com>
+
+       * gst/elements, testsuite: Null if we got it...
+
 2005-07-05  Wim Taymans  <wim@fluendo.com>
 
        * configure.ac:
index 8c744b0..8016b73 100644 (file)
@@ -451,7 +451,6 @@ gst_fakesrc_get_property (GObject * object, guint prop_id, GValue * value,
   GstFakeSrc *src;
   GstBaseSrc *basesrc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FAKESRC (object));
 
   src = GST_FAKESRC (object);
index 1fca02c..ee49bb8 100644 (file)
@@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstFdSink *fdsink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSINK (object));
 
   fdsink = GST_FDSINK (object);
@@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFdSink *fdsink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSINK (object));
 
   fdsink = GST_FDSINK (object);
index e658cd3..b61498e 100644 (file)
@@ -174,7 +174,6 @@ gst_fdsrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstFdSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSRC (object));
 
   src = GST_FDSRC (object);
@@ -201,7 +200,6 @@ gst_fdsrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFdSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSRC (object));
 
   src = GST_FDSRC (object);
index d6323eb..e5b8eba 100644 (file)
@@ -188,7 +188,6 @@ gst_filesink_set_property (GObject * object, guint prop_id,
 {
   GstFileSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = GST_FILESINK (object);
 
   switch (prop_id) {
@@ -207,7 +206,6 @@ gst_filesink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFileSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FILESINK (object));
 
   sink = GST_FILESINK (object);
index 27421e8..cc3367c 100644 (file)
@@ -286,7 +286,6 @@ gst_filesrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstFileSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FILESRC (object));
 
   src = GST_FILESRC (object);
@@ -321,7 +320,6 @@ gst_filesrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFileSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FILESRC (object));
 
   src = GST_FILESRC (object);
index 8c744b0..8016b73 100644 (file)
@@ -451,7 +451,6 @@ gst_fakesrc_get_property (GObject * object, guint prop_id, GValue * value,
   GstFakeSrc *src;
   GstBaseSrc *basesrc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FAKESRC (object));
 
   src = GST_FAKESRC (object);
index 1fca02c..ee49bb8 100644 (file)
@@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstFdSink *fdsink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSINK (object));
 
   fdsink = GST_FDSINK (object);
@@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFdSink *fdsink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSINK (object));
 
   fdsink = GST_FDSINK (object);
index e658cd3..b61498e 100644 (file)
@@ -174,7 +174,6 @@ gst_fdsrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstFdSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSRC (object));
 
   src = GST_FDSRC (object);
@@ -201,7 +200,6 @@ gst_fdsrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFdSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FDSRC (object));
 
   src = GST_FDSRC (object);
index d6323eb..e5b8eba 100644 (file)
@@ -188,7 +188,6 @@ gst_filesink_set_property (GObject * object, guint prop_id,
 {
   GstFileSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = GST_FILESINK (object);
 
   switch (prop_id) {
@@ -207,7 +206,6 @@ gst_filesink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFileSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FILESINK (object));
 
   sink = GST_FILESINK (object);
index 27421e8..cc3367c 100644 (file)
@@ -286,7 +286,6 @@ gst_filesrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstFileSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FILESRC (object));
 
   src = GST_FILESRC (object);
@@ -321,7 +320,6 @@ gst_filesrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstFileSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_FILESRC (object));
 
   src = GST_FILESRC (object);
index 3eb6ae4..9f24b08 100644 (file)
@@ -300,7 +300,6 @@ gst_bstest_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstBsTest *bstest;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_BSTEST (object));
 
   bstest = GST_BSTEST (object);
@@ -348,7 +347,6 @@ gst_bstest_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstBsTest *bstest;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_BSTEST (object));
 
   bstest = GST_BSTEST (object);
index e41c96d..7d07920 100644 (file)
@@ -171,7 +171,6 @@ gst_dptest_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstDpTest *dptest;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DPTEST (object));
 
   dptest = GST_DPTEST (object);
index 3eb6ae4..9f24b08 100644 (file)
@@ -300,7 +300,6 @@ gst_bstest_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstBsTest *bstest;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_BSTEST (object));
 
   bstest = GST_BSTEST (object);
@@ -348,7 +347,6 @@ gst_bstest_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstBsTest *bstest;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_BSTEST (object));
 
   bstest = GST_BSTEST (object);
index e41c96d..7d07920 100644 (file)
@@ -171,7 +171,6 @@ gst_dptest_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstDpTest *dptest;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DPTEST (object));
 
   dptest = GST_DPTEST (object);