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 756387 - qtmux: Allow negotiating to S8 as a raw format but stop making it best choice
qtmux: Allow negotiating to S8 as a raw format but stop making it best choice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-11 11:15 UTC by Thibault Saunier
Modified: 2015-10-28 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtmux: Allow negotiating to S8 as a raw format but stop making it best choice (1.74 KB, patch)
2015-10-11 11:15 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2015-10-11 11:15:18 UTC
See commit message
Comment 1 Thibault Saunier 2015-10-11 11:15:22 UTC
Created attachment 313054 [details] [review]
qtmux: Allow negotiating to S8 as a raw format but stop making it best choice

Negotiation to audio/x-raw,format=S8 was not possible because S8 does
not have a bit order so we ended up doing `if (!entry.fourcc) goto refuse_caps;`
Comment 2 Thibault Saunier 2015-10-13 20:30:46 UTC
Attachment 313054 [details] pushed as ed079b9 - qtmux: Allow negotiating to S8 as a raw format but stop making it best choice