[Bug 743946] qtdemux: handle files with AAC streams that have ESDS atom but no codec data
bugzilla at gnome.org
bugzilla at gnome.org
Wed Feb 11 10:59:10 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743946
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #296050|none |reviewed
status| |
--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Review of attachment 296050:
--> (https://bugzilla.gnome.org/review?bug=743946&attachment=296050)
::: gst/isomp4/qtdemux.c
@@ +10762,3 @@
+ /* if there is no codec data present attempt to build one */
+ if (!data_ptr && stream->n_channels > 0 && stream->rate > 0) {
+ gint profile = 2;
Shouldn't the profile be different based on the value of the switch?
--
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