diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h index 5bd0574937..029e4fd05b 100644 --- a/ext/faac/gstfaac.h +++ b/ext/faac/gstfaac.h @@ -51,9 +51,9 @@ struct _GstFaac { bps; /* input frame size */ - gulong samples; + gint samples; /* required output buffer size */ - gulong bytes; + gint bytes; /* negotiated */ gint mpegversion, outputformat;