summaryrefslogtreecommitdiff
path: root/farstream
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@ocrete.ca>2015-01-13 14:11:27 -0500
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2015-01-13 14:11:27 -0500
commit83199d96480cd7835adc9d290e537effc550b4ca (patch)
tree787493a5087ec5ecad07721289fcee124ac5bafe /farstream
parentb71946fd05e2cdf80af132c306624c60d779ef89 (diff)
downloadfarstream-83199d96480cd7835adc9d290e537effc550b4ca.tar.gz
fs-session: Reduce padding because added set_encryption_parameters
Diffstat (limited to 'farstream')
-rw-r--r--farstream/fs-session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/farstream/fs-session.h b/farstream/fs-session.h
index 52b62f76..6488c072 100644
--- a/farstream/fs-session.h
+++ b/farstream/fs-session.h
@@ -151,7 +151,7 @@ struct _FsSessionClass
GstStructure *parameters, GError **error);
/*< private >*/
- gpointer _padding[7];
+ gpointer _padding[6];
};
/**