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
luzpaz
gstreamer
Commits
b6759411
Commit
b6759411
authored
Jan 15, 2004
by
Benjamin Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new fields in padding, dude
Original commit message from CVS: add new fields in padding, dude
parent
2ae2ed52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/gstelement.h
gst/gstelement.h
+1
-1
No files found.
gst/gstelement.h
View file @
b6759411
...
...
@@ -218,7 +218,6 @@ struct _GstElementClass {
GstFormat
*
format
,
gint64
*
value
);
/* change the element state */
GstElementStateReturn
(
*
initiate_state_change
)(
GstElement
*
element
,
GstElementState
state
);
GstElementStateReturn
(
*
change_state
)
(
GstElement
*
element
);
/* request/release pads */
...
...
@@ -233,6 +232,7 @@ struct _GstElementClass {
GstIndex
*
(
*
get_index
)
(
GstElement
*
element
);
void
(
*
set_index
)
(
GstElement
*
element
,
GstIndex
*
index
);
GstElementStateReturn
(
*
set_state
)
(
GstElement
*
element
,
GstElementState
state
);
gpointer
_gst_reserved
[
GST_PADDING
-
1
];
};
...
...
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