[Bug 757049] tsdemux: Add support for Opus
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 27 10:30:11 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757049
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #314149|none |needs-work
status| |
--- Comment #32 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 314149:
--> (https://bugzilla.gnome.org/review?bug=757049&attachment=314149)
::: gst/mpegtsmux/mpegtsmux.c
@@ +708,3 @@
+ opus_channel_config_code = map.data[9];
+ } else if (map.data[9] >= 2 && map.data[9] <= 8 && map.data[18] == 1) {
+ /* Vorbis mapping */
Here we actually have to check if it's one of the two simple variants from the
Opus/TS spec by looking at the stream count, coupled stream count and channel
mapping array. And otherwise write the extended descriptor
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list