GNOME Bugzilla – Bug 749382
vaapisink: error handling if rendering fails
Last modified: 2015-06-22 15:10:42 UTC
This patch enhance the code path when an error is found when rendering a buffer. If the video meta doesn't contain a surface proxy or a surface, a warning message is printed. If the rendering backend fails, a error message is posted in the bus.
Created attachment 303373 [details] [review] vaapisink: error handling if rendering fails
Review of attachment 303373 [details] [review]: I would prefer no-surface/no-proxy case as an ERROR , not a Warning... :) WDT?
(In reply to sreerenj from comment #2) > Review of attachment 303373 [details] [review] [review]: > > I would prefer no-surface/no-proxy case as an ERROR , not a Warning... :) > WDT? I don't have a strong opinion, but I think that the problem of no-surface/no-proxy belongs to upstream, not to the sink, so it shouldn't post an error, or break the pipeline, though I'm not sure.
Review of attachment 303373 [details] [review]: Okay, Lets push this..
Attachment 303373 [details] pushed as 0df96e1 - vaapisink: error handling if rendering fails