mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
Remove stupid interrupt call
Original commit message from CVS: Remove stupid interrupt call
This commit is contained in:
parent
1ed68c8126
commit
2e1e40935f
1 changed files with 0 additions and 7 deletions
|
@ -400,13 +400,6 @@ gst_spider_identity_src_loop (GstSpiderIdentity *ident)
|
||||||
gst_spider_identity_dumb_loop (ident);
|
gst_spider_identity_dumb_loop (ident);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* in any case, we don't want to do anything:
|
|
||||||
* - if we're not plugged, we don't have buffers
|
|
||||||
* - if we're plugged, we wanna be chained please
|
|
||||||
*/
|
|
||||||
gst_element_interrupt (GST_ELEMENT (ident));
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
/* This loop function is only needed when typefinding.
|
/* This loop function is only needed when typefinding.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue