[Bug 615681] [mpeg[pt]sdemux] do not support AAC LATM Stream type
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu May 19 10:03:10 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=615681
GStreamer | gst-plugins-bad | git
--- Comment #18 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-19 17:03:07 UTC ---
Review of attachment 187993:
--> (https://bugzilla.gnome.org/review?bug=615681&attachment=187993)
Yes, use loas only then.
::: gst/mpegdemux/gstmpegdefs.h
@@ +161,3 @@
/* later extensions */
+#define ST_AUDIO_AAC_ADTS 0x0f
+#define ST_AUDIO_AAC_LATM 0x11
Is this always LATM/LOAS or can it be plain LATM too?
::: gst/mpegdemux/gstmpegdemux.c
@@ +355,3 @@
template = klass->audio_template;
name = g_strdup_printf ("audio_%02x", id);
caps = gst_caps_new_simple ("audio/mpeg",
Shouldn't this get a different stream-format in the caps too here?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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