From eea5ff778fcde82cdf415f38a8104b218fc396db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Aug 2008 14:34:03 +0000 Subject: ext/twolame/gsttwolame.*: Allow raw float samples as input for encoding. Original commit message from CVS: * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps), (gst_two_lame_chain): * ext/twolame/gsttwolame.h: Allow raw float samples as input for encoding. --- ext/twolame/gsttwolame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/twolame/gsttwolame.h') diff --git a/ext/twolame/gsttwolame.h b/ext/twolame/gsttwolame.h index 53c003f5..d8630c23 100644 --- a/ext/twolame/gsttwolame.h +++ b/ext/twolame/gsttwolame.h @@ -56,6 +56,7 @@ struct _GstTwoLame { gint samplerate; gint num_channels; + gboolean float_input; gboolean setup; gint mode; -- cgit v1.2.1