Skip to content

plugins: base: do not reset can_dmabuf

Don't reset the can_dmabuf field. This restores the close/reset logic that existed prior to commit ca294217 in regards to dmabuf support.

Plugins only call gst_vaapi_plugin_base_set_srcpad_can_dmabuf once during startup, but may need to reset the other private fields multiple times during negotiation. Thus, can_dmabuf should be exempt from the resets.

Fixes #208 (closed)

Merge request reports