GNOME Bugzilla – Bug 125827
Videotestsrc width and height broken
Last modified: 2004-12-22 21:47:04 UTC
The gst_videotestsrc_getcaps function leads to swapped video width and height every second call because of an unintended swap of the width and height parameter in function gst_videotestsrc_get_capslist_size. Attached patch fixes the problem.
Created attachment 21056 [details] [review] Patch for width/height problem
Thanks, fixed.