Skip to content

onvifmetadataparse: Reset state in PAUSED->READY after pad deactivation

Otherwise the clock id will simply be overridden instead of unscheduling it, and if the streaming thread of the source pad currently waits on it then it will wait potentially for a very long time and deactivating the pad would wait for that to happen.

Merge request reports