Skip to content

codecs: Stop claiming constness for refcounted object

Seungha Yang requested to merge seungha.yang/gstreamer:codecs-do-not-const into main

It's almost pointless and makes little sense as subclass might want to modify refcount of the object or so. And all subclasses are already casting them to non-const version as well. In a general sense, we need to avoid passing refcounted object with const qualifier.

Merge request reports