gstreamer: meta: Implement Clone trait
I've implemented it only for the read-only MetaRef
, I don't think we can clone MetaRefMut
as we should be able to only have writable ref.
Edited by Olivier Crête
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
I've implemented it only for the read-only MetaRef
, I don't think we can clone MetaRefMut
as we should be able to only have writable ref.