GNOME Bugzilla – Bug 712333
regression: videoflip: aborts with gst_video_flip_transform_caps: code should not be reached
Last modified: 2013-11-25 19:07:19 UTC
This is definitely a regression as I was testing a script that has worked fine in the past. With a bit of cutting, I got the offending command down to this: gst-launch-1.0 videotestsrc pattern=18 ! "video/x-raw,width=4096,height=2304" ! videoflip ! fakesink As usual, if anyone needs traces or log files, I can oblige.
Caused by this change: commit ed77b22f2b5dc05caad844f6c35a815aed1ce863 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Thu Oct 3 16:39:26 2013 -0400 videoflip: Add automatic flip mode driven by image-orientation tag https://bugzilla.gnome.org/show_bug.cgi?id=709312
I'll fix, should have never happened, sorry.
commit c42bc9efa083913fa3f9f30de3e79ded57cdd731 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Mon Nov 25 14:03:21 2013 -0500 videoflip: Set default method at contruction Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712333