gst/gstpad.c: Oops, revert previous commit, broke testsuite...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_push):
Oops, revert previous commit, broke testsuite...
This commit is contained in:
Ronald S. Bultje 2005-01-29 17:32:15 +00:00
parent d8e67497f9
commit f861881c6c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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):

View 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");