GNOME Bugzilla – Bug 612657
[rtph264depay] refuse caps without profile-level-id when byte-stream is unset
Last modified: 2010-04-26 14:57:01 UTC
Since profile-level-id is removed by #607353, rtph264depay should extract profile-level-id from sprop-parameter-sets.
Created attachment 155921 [details] [review] patch
Created attachment 158796 [details] [review] profile-level-id is an optional parameter Attached patch is a slightly modified version of the provided one (e.g. uses profile-level-id if it is provided). Btw, a cleaner (name) crediting might be preferable.
Created attachment 158877 [details] [review] profile-level-id is an optional parameter Basically same as before, but with some more slick cleanup/free'ing.
looks good
commit e053a89c21b0d6f52867131c1d3473bc4ae74704 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Fri Apr 16 12:14:26 2010 +0200 rtph264depay: profile-level-id is an optional parameter So, if needed, extract the corresponding info from sprop-parameter-sets. Based on patch provided by <dxssx at gmail.com> Fixes #612657.