Add missing endianness to template (fixes #165509).

Original commit message from CVS:
* ext/mikmod/gstmikmod.c:
* gst/modplug/gstmodplug.cc:
Add missing endianness to template (fixes #165509).
This commit is contained in:
Ronald S. Bultje 2005-02-08 15:03:41 +00:00
parent b3f1498579
commit 8e9fce6095
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mikmod/gstmikmod.c:
* gst/modplug/gstmodplug.cc:
Add missing endianness to template (fixes #165509).
2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):

View file

@ -75,6 +75,7 @@ static GstStaticPadTemplate mikmod_src_factory = GST_STATIC_PAD_TEMPLATE ("src",
"rate = (int) { 8000, 11025, 22050, 44100 }, "
"channels = (int) [ 1, 2 ]; "
"audio/x-raw-int, "
"endianness = (int) BYTE_ORDER, "
"signed = (boolean) FALSE, "
"width = (int) 8, "
"depth = (int) 8, "