summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjack.h
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-07-19 23:25:25 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-07-19 23:25:25 +0000
commitf6830d4ad15f488c6a61ebccf4f09529fdf5ebd3 (patch)
tree2548bd8c8423d55468bad88511bb35c92a9fc428 /ext/jack/gstjack.h
parentd5c716edbd09cbb187ffec03b6855e59a6e96c11 (diff)
downloadgst-plugins-bad-f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3.tar.gz
gst-plugins-bad-f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3.tar.bz2
gst-plugins-bad-f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3.zip
+ changes for new float caps without slope/intercept + some category changes for plugins
Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
Diffstat (limited to 'ext/jack/gstjack.h')
-rw-r--r--ext/jack/gstjack.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h
index 3bf3f2d4..216c3052 100644
--- a/ext/jack/gstjack.h
+++ b/ext/jack/gstjack.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */
/*
Copyright (C) 2002 Andy Wingo <wingo@pobox.com>
-
+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
@@ -85,12 +85,12 @@ struct _GstJack {
/* list of GstJackPads */
GList *pads;
-
+
/* for convenience */
GstPadDirection direction;
-
+
gchar *port_name_prefix;
-
+
GstJackBin *bin;
};