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:
parent
231c16577e
commit
b25b66b9a8
@ -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>
|
2004-12-18 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/tta/ttadec.h: Disable some header code that isn't used
|
* gst/tta/ttadec.h: Disable some header code that isn't used
|
||||||
|
@ -122,7 +122,7 @@ gst_tta_dec_link (GstPad * pad, const GstCaps * caps)
|
|||||||
"channels", G_TYPE_INT, ttadec->channels,
|
"channels", G_TYPE_INT, ttadec->channels,
|
||||||
"depth", G_TYPE_INT, bits,
|
"depth", G_TYPE_INT, bits,
|
||||||
"width", 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);
|
"signed", G_TYPE_BOOLEAN, TRUE, NULL);
|
||||||
|
|
||||||
gst_pad_set_explicit_caps (ttadec->srcpad, srccaps);
|
gst_pad_set_explicit_caps (ttadec->srcpad, srccaps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user