mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
755ac0cb0d
commit
5711214593
2 changed files with 7 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue