Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
75fe950c
Commit
75fe950c
authored
Sep 10, 2012
by
Mark Nauwelaerts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gst-libs: restore original full padding
parent
a2f8ec4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gst-libs/gst/audio/gstaudiodecoder.h
gst-libs/gst/audio/gstaudiodecoder.h
+1
-1
gst-libs/gst/audio/gstaudioencoder.h
gst-libs/gst/audio/gstaudioencoder.h
+1
-1
gst-libs/gst/video/colorbalance.h
gst-libs/gst/video/colorbalance.h
+1
-1
gst-libs/gst/video/gstvideosink.h
gst-libs/gst/video/gstvideosink.h
+1
-1
No files found.
gst-libs/gst/audio/gstaudiodecoder.h
View file @
75fe950c
...
...
@@ -269,7 +269,7 @@ struct _GstAudioDecoderClass
GstQuery
*
query
);
/*< private >*/
gpointer
_gst_reserved
[
GST_PADDING_LARGE
-
2
];
gpointer
_gst_reserved
[
GST_PADDING_LARGE
];
};
GType
gst_audio_decoder_get_type
(
void
);
...
...
gst-libs/gst/audio/gstaudioencoder.h
View file @
75fe950c
...
...
@@ -210,7 +210,7 @@ struct _GstAudioEncoderClass {
GstQuery
*
query
);
/*< private >*/
gpointer
_gst_reserved
[
GST_PADDING_LARGE
-
2
];
gpointer
_gst_reserved
[
GST_PADDING_LARGE
];
};
GType
gst_audio_encoder_get_type
(
void
);
...
...
gst-libs/gst/video/colorbalance.h
View file @
75fe950c
...
...
@@ -87,7 +87,7 @@ struct _GstColorBalanceInterface {
gint
value
);
/*< private >*/
gpointer
_gst_reserved
[
GST_PADDING
-
1
];
gpointer
_gst_reserved
[
GST_PADDING
];
};
GType
gst_color_balance_get_type
(
void
);
...
...
gst-libs/gst/video/gstvideosink.h
View file @
75fe950c
...
...
@@ -97,7 +97,7 @@ struct _GstVideoSink {
/*< private >*/
GstVideoSinkPrivate
*
priv
;
gpointer
_gst_reserved
[
GST_PADDING
-
1
];
gpointer
_gst_reserved
[
GST_PADDING
];
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment