Skip to content

videoflip: fix critical when tag list is not writable

Guillaume Desmottes requested to merge gdesmott/gstreamer:videoflip-tag into main

Fix this pipeline where the tag list is not writable:

gst-launch-1.0 videotestsrc ! taginject tags="image-orientation=rotate-90" ! videoflip video-direction=auto ! autovideosink (gst-launch-1.0:67149): GStreamer-CRITICAL **: 12:34:36.310: gst_tag_list_add: assertion 'gst_tag_list_is_writable (list)' failed

Merge request reports