diff options
Diffstat (limited to 'gst/passthrough/gstpassthrough.h')
-rw-r--r-- | gst/passthrough/gstpassthrough.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/passthrough/gstpassthrough.h b/gst/passthrough/gstpassthrough.h index 0b6f9d58..25dd5df8 100644 --- a/gst/passthrough/gstpassthrough.h +++ b/gst/passthrough/gstpassthrough.h @@ -55,14 +55,14 @@ struct _GstPassthrough { /* the next are valid for both int and float */ GstPassthroughFormat format; - guint rate; - guint channels; - guint width; - guint endianness; + gint rate; + gint channels; + gint width; + gint endianness; guint buffer_size; /* the next are valid only for int formats */ - guint depth; + gint depth; gboolean is_signed; }; |