GNOME Bugzilla – Bug 733539
rtph264pay: append profile-level-id parameter to SDP if available
Last modified: 2014-08-01 15:06:14 UTC
Currently SDP parameter for describe request doesn't contains the profile-level id. The profile level id is already present, but just need to append to the caps.
I am currently working on it.
Created attachment 281382 [details] [review] Append profile-level-id to SDP
Looks fine to me, but I'm not sure if ->profile is always a valid profile-level-id, I think there are more checks needed there. For example, it only appears to be extracted/set if the input is AVC format, but not in case of byte-stream input. Please also add a 'rtph264pay:' prefix to your commit message summary line and add the bug url as last line in the commit message body, thanks!
Created attachment 281687 [details] [review] Append profile-level-id to SDP
Pushed with minor style change (use != 0 to compare integer for non-0), thanks: commit dd9f7168927239fe37244aba33ec618ddb9e4872 Author: Srimanta Panda <srimanta@axis.com> Date: Tue Jul 22 13:24:09 2014 +0200 rtph264pay: append profile-level-id to SDP Append profile-level-id to SDP if available. https://bugzilla.gnome.org/show_bug.cgi?id=733539