GNOME Bugzilla – Bug 686837
imagefreeze: improve caps negotiation
Last modified: 2012-10-25 13:45:59 UTC
Remove an assertion at setcaps and improve imagefreeze caps negotiation.
Created attachment 227217 [details] [review] imagefreeze: avoid assertion when using accept caps query This query must receive a fixed caps, so imagefreeze should fixate its framerate before sending the query downstream.
Created attachment 227218 [details] [review] imagefreeze: the new get_caps already does the filter intersection It should be faster to pass the caps to intersect as the filter caps, rather than using NULL and intersecting 'manually' later.
git is open again now :)
Comment on attachment 227218 [details] [review] imagefreeze: the new get_caps already does the filter intersection Had to do a small update on this patch: gst_caps_unref(caps); caps = othercaps; and pushed
commit 02d91dcd24e54f510419655c2c56c2afc83a1ac5 commit 115581eb2eaca70b892241a13d7d0f381b704caf Fixed