mpegpsmux: include specific AAC stream-format in template caps
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 2 Feb 2012 11:41:15 +0000 (11:41 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 2 Feb 2012 12:37:02 +0000 (12:37 +0000)
This elements seems to support raw and adts AAC.

https://bugzilla.gnome.org/show_bug.cgi?id=665394

gst/mpegpsmux/mpegpsmux.c

index 218f4fb0e9da793d249dccfd49d4c7b6142e78b7..947bdb8dad7cd2f9d4ba50e325a52b5fc33ffc64 100644 (file)
@@ -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 }, "