gst/gstpad.c: Oops, revert previous commit, broke testsuite...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 29 Jan 2005 17:32:15 +0000 (17:32 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 29 Jan 2005 17:32:15 +0000 (17:32 +0000)
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_push):
Oops, revert previous commit, broke testsuite...

ChangeLog
gst/gstpad.c

index 1152cb7..3d2d788 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * gst/gstpad.c: (gst_pad_push):
+         Oops, revert previous commit, broke testsuite...
+
+2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * gst/gstpad.c: (gst_pad_push):
          Add check that the pad on which the push is performed is not a
          get-based pad (#150546).
 
index 796d867..a3f4df8 100644 (file)
@@ -3242,7 +3242,6 @@ gst_pad_push (GstPad * pad, GstData * data)
 
   g_return_if_fail (GST_IS_PAD (pad));
   g_return_if_fail (GST_PAD_DIRECTION (pad) == GST_PAD_SRC);
-  g_return_if_fail (GST_RPAD_GETFUNC (pad) == NULL);
   g_return_if_fail (data != NULL);
 
   DEBUG_DATA (pad, data, "gst_pad_push");