Skip to content

rtputils: Count metas with an empty tag list for copying/keeping

Arun Raghavan requested to merge arun/gst-plugins-good:rtp-meta-fix into master

The GstMetaInfos registered in core do not set their tags to NULL, but instead use an empty list (non-NULL list with a single NULL value). Let's check explicitly for that so as to not miss some metas.

Merge request reports