Skip to content

avfdeviceprovider: Fix debug category initialization

Nirbheek Chauhan requested to merge nirbheek/gstreamer:avfdp into main

The device monitor calls into avfvideosrc functions without initializing the debug category, which causes multiple criticals.

Merge request reports