GNOME Bugzilla – Bug 747494
sink: fixed applying crop when vaapisink attached to existing X window
Last modified: 2016-11-04 17:10:07 UTC
The opened merge-requests in gitorious have gone bitrotten. Now that gstreamer-vaapi has move to github, I'm moving those merge-requests into a bug reports in bugzilla.
Created attachment 301109 [details] [review] sink: fixed applying crop when vaapisink attached to existing X window This was causing issues when playing back 1080 video as source when sink attached to an existing x window. It was creating black borders on the left and right of the video as it was setting the sink->display_rect based on video size (1920x1088) rather than the requested crop size (1920x1080).
Personally, I don't think this patch is correct.
Moving to Product:GStreamer, Component:gstreamer-vaapi
Since the differentiation of allocation caps and negotiation caps, this patch is not required anymore. Hence closing as already fixed.