GNOME Bugzilla – Bug 741894
video-frame: might need to revise its assertions
Last modified: 2014-12-23 05:58:29 UTC
wget https://people.internal.collabora.co.uk/~meh/Videos/basic.ogg gst-launch-1.0 playbin uri=file://$PWD/basic.ogg What should happen: The file plays back without problems. What happens : Critical error gst_video_frame_map_id: assertion 'info->height == meta->height' failed afaiu, this happens because the buffer also has a crop video meta, which should be the one whose dimensions are checked, tentative patch is attached next.
Created attachment 293222 [details] [review] video-frame: take crop meta into account. + Prevents furious asserts.
I already filed this bug, https://bugzilla.gnome.org/show_bug.cgi?id=741030 And am waiting on feedback on what should be done. It's not just a matter of checks imho. *** This bug has been marked as a duplicate of bug 741030 ***