mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue