diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-08-31 08:38:39 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-08-31 08:38:39 +0000 |
commit | 57112145930ed109e4f36ab0450ef8914f80638f (patch) | |
tree | 8191c9de2edb3f8551c001e9f647f5e13b5544da /gst | |
parent | 755ac0cb0dc8f64a358ed6c7e2d1c8d53718afe8 (diff) |
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.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c index 04bd49412..20a654d62 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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 (); |