intel / icamerasrc

icamerasrc
24 stars 35 forks source link

Release of resources when state is set to GST_STATE_NULL #7

Open cjechlitschek opened 3 years ago

cjechlitschek commented 3 years ago

Reported by User: It seems icamerasrc still holds some resources even after its state is set to GST_STATE_NULL, which, by spec, should release all the resources. While we're trying to release hardware cameras and invented a client usage event based on V4L2 Event API, it will be useless if the camera hal library just won't release resources under any condition. Anything I missed?