qtdemux: 24 bit audio here is S24LE, not S24_3LE.
authorMichael Smith <msmith@rdio.com>
Fri, 21 Sep 2012 01:00:59 +0000 (18:00 -0700)
committerMichael Smith <msmith@rdio.com>
Fri, 21 Sep 2012 01:01:52 +0000 (18:01 -0700)
gst/isomp4/qtdemux.c

index 20845ea..1926679 100644 (file)
@@ -7171,7 +7171,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
         }
         if (enda) {
           gst_caps_set_simple (stream->caps,
-              "format", G_TYPE_STRING, "S24_3LE", NULL);
+              "format", G_TYPE_STRING, "S24LE", NULL);
         }
         break;
       }