GNOME Bugzilla – Bug 651120
h264dec: use stream-format and alignment fields in sink caps
Last modified: 2011-10-29 15:27:18 UTC
Created attachment 188637 [details] [review] add stream-format and aligment field in sink caps Make h264dec sink caps use stream-format and alignment fields. Since bug https://bugzilla.gnome.org/show_bug.cgi?id=650228 in h264parse has been fix we could use stream-format and aligment fields in sink caps. This allow to correctly negociate h264 stream format with h264parse
I guess these fields should be properly parsed and passed to the OpenMAX IL layer, but since it doesn't look like there's any equivalent, I guess these values are good defaults. Please use the following format in the commit message: --- subcomponent: short summary less than 50 chars Detailed summary. --- Anyway, pushed. Thanks.