fix from wingo so that get functions inside threads won't be locked twice

Original commit message from CVS:
fix from wingo so that get functions inside threads won't be locked twice
This commit is contained in:
Steve Baker 2002-05-29 15:33:46 +00:00
parent d4e56cc925
commit 52af47c5e4

View file

@ -321,9 +321,6 @@ gst_basic_scheduler_src_wrapper (int argc, char *argv[])
GST_DEBUG_ENTER ("(%d,\"%s\")", argc, name);
if (element->pre_run_func)
element->pre_run_func (element);
do {
pads = element->pads;
while (pads) {