From: Vincent Penquerc'h Date: Thu, 2 Feb 2012 11:41:15 +0000 (+0000) Subject: mpegpsmux: include specific AAC stream-format in template caps X-Git-Tag: 1.19.3~507^2~15778^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d1c9624ea568456c23845c0673bf7bee8ebace3;p=platform%2Fupstream%2Fgstreamer.git mpegpsmux: include specific AAC stream-format in template caps This elements seems to support raw and adts AAC. https://bugzilla.gnome.org/show_bug.cgi?id=665394 --- diff --git a/gst/mpegpsmux/mpegpsmux.c b/gst/mpegpsmux/mpegpsmux.c index 218f4fb0e9..947bdb8dad 100644 --- a/gst/mpegpsmux/mpegpsmux.c +++ b/gst/mpegpsmux/mpegpsmux.c @@ -69,7 +69,9 @@ static GstStaticPadTemplate mpegpsmux_sink_factory = "video/x-dirac;" "video/x-h264;" "audio/mpeg, " - "mpegversion = (int) { 1, 2, 4 };" + "mpegversion = (int) { 1, 2 };" + "audio/mpeg, " + "mpegversion = (int) 4, stream-format = (string) { raw, adts }; " "audio/x-lpcm, " "width = (int) { 16, 20, 24 }, " "rate = (int) { 48000, 96000 }, "