Skip to content

videoflip: reset orientation if not present in tags

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

Fix the following use:

  • upstream sends a video with a rotation, say 90°
  • upstream switches to another video without rotation
  • the second video was still rotated by videoflip

Fix this by resetting the orientation if it's not in the tags and when receiving STREAM_START.

Edited by Guillaume Desmottes

Merge request reports