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 705566 - riff: add missing framed and parsed fields in caps
riff: add missing framed and parsed fields in caps
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.1.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-06 13:48 UTC by Arnaud Vrac
Modified: 2013-08-08 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add parsed and framed flags in audio caps where it is relevant (2.11 KB, patch)
2013-08-06 13:48 UTC, Arnaud Vrac
rejected Details | Review
add h264 stream-format and alignment in caps (1010 bytes, patch)
2013-08-06 13:48 UTC, Arnaud Vrac
rejected Details | Review

Description Arnaud Vrac 2013-08-06 13:48:25 UTC
Created attachment 250970 [details] [review]
add parsed and framed flags in audio caps where it is relevant

This change is needed since the caps subset check were
tightened to avoid plugging in a parser after avidemux.
Comment 1 Arnaud Vrac 2013-08-06 13:48:50 UTC
Created attachment 250971 [details] [review]
add h264 stream-format and alignment in caps

Same for h264
Comment 2 Sebastian Dröge (slomo) 2013-08-08 10:17:37 UTC
Same as for the Matroska patch here... it's not guaranteed that RIFF has properly framed input and also we will always plug parsers in decodebin, even if parsed is set to true.