After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 651120 - h264dec: use stream-format and alignment fields in sink caps
h264dec: use stream-format and alignment fields in sink caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
0.10.1
Other Linux
: Normal normal
: 0.10.2
Assigned To: Felipe Contreras (banned)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-26 08:06 UTC by Benjamin Gaignard
Modified: 2011-10-29 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add stream-format and aligment field in sink caps (900 bytes, patch)
2011-05-26 08:06 UTC, Benjamin Gaignard
none Details | Review

Description Benjamin Gaignard 2011-05-26 08:06:15 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
Comment 1 Felipe Contreras (banned) 2011-05-30 15:40:22 UTC
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.