mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
d8e67497f9
commit
f861881c6c
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue