gst/tta/gstttadec.c: And yet another portability fix.

Original commit message from CVS:
* gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
portability fix.
This commit is contained in:
David Schleef 2004-12-19 03:51:12 +00:00
parent 231c16577e
commit b25b66b9a8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-12-18 David Schleef <ds@schleef.org>
* gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
portability fix.
2004-12-18 David Schleef <ds@schleef.org>
* gst/tta/ttadec.h: Disable some header code that isn't used

View file

@ -122,7 +122,7 @@ gst_tta_dec_link (GstPad * pad, const GstCaps * caps)
"channels", G_TYPE_INT, ttadec->channels,
"depth", G_TYPE_INT, bits,
"width", G_TYPE_INT, bits,
"endianness", G_TYPE_INT, LITTLE_ENDIAN,
"endianness", G_TYPE_INT, G_LITTLE_ENDIAN,
"signed", G_TYPE_BOOLEAN, TRUE, NULL);
gst_pad_set_explicit_caps (ttadec->srcpad, srccaps);