projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1ed54
)
qtdemux: 24 bit audio here is S24LE, not S24_3LE.
author
Michael Smith
<msmith@rdio.com>
Fri, 21 Sep 2012 01:00:59 +0000
(18:00 -0700)
committer
Michael Smith
<msmith@rdio.com>
Fri, 21 Sep 2012 01:01:52 +0000
(18:01 -0700)
gst/isomp4/qtdemux.c
patch
|
blob
|
history
diff --git
a/gst/isomp4/qtdemux.c
b/gst/isomp4/qtdemux.c
index 20845eabb341dd24e44b2bad0299361d6147ed2d..19266794cae89f87e5d737f89eb898292846b933 100644
(file)
--- a/
gst/isomp4/qtdemux.c
+++ b/
gst/isomp4/qtdemux.c
@@
-7171,7
+7171,7
@@
qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
}
if (enda) {
gst_caps_set_simple (stream->caps,
- "format", G_TYPE_STRING, "S24
_3
LE", NULL);
+ "format", G_TYPE_STRING, "S24LE", NULL);
}
break;
}