gst/gstpad.c: Revert change, need to first fix badly behaving apps.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_init):
Revert change, need to first fix badly behaving
apps.
This commit is contained in:
Wim Taymans 2005-08-31 08:38:39 +00:00
parent 755ac0cb0d
commit 5711214593
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-08-31 Wim Taymans <wim@fluendo.com>
* gst/gstpad.c: (gst_pad_init):
Revert change, need to first fix badly behaving
apps.
2005-08-30 Wim Taymans <wim@fluendo.com>
* check/elements/fakesrc.c: (setup_fakesrc):

View file

@ -247,7 +247,7 @@ gst_pad_init (GstPad * pad)
pad->do_buffer_signals = 0;
pad->do_event_signals = 0;
GST_PAD_SET_FLUSHING (pad);
GST_PAD_UNSET_FLUSHING (pad);
pad->preroll_lock = g_mutex_new ();
pad->preroll_cond = g_cond_new ();