mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:26:14 +00:00
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:
parent
d4e56cc925
commit
52af47c5e4
1 changed files with 0 additions and 3 deletions
|
@ -321,9 +321,6 @@ gst_basic_scheduler_src_wrapper (int argc, char *argv[])
|
||||||
|
|
||||||
GST_DEBUG_ENTER ("(%d,\"%s\")", argc, name);
|
GST_DEBUG_ENTER ("(%d,\"%s\")", argc, name);
|
||||||
|
|
||||||
if (element->pre_run_func)
|
|
||||||
element->pre_run_func (element);
|
|
||||||
|
|
||||||
do {
|
do {
|
||||||
pads = element->pads;
|
pads = element->pads;
|
||||||
while (pads) {
|
while (pads) {
|
||||||
|
|
Loading…
Reference in a new issue