Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
luzpaz
gstreamer
Commits
568cbc30
Commit
568cbc30
authored
May 23, 2001
by
David I. Lehn
Browse files
Update some signal func vars.
Original commit message from CVS: Update some signal func vars.
parent
ca421d39
Changes
4
Hide whitespace changes
Inline
Side-by-side
gst/elements/gstfakesink.h
View file @
568cbc30
...
...
@@ -63,7 +63,7 @@ struct _GstFakeSinkClass {
GstElementClass
parent_class
;
/* signals */
void
(
*
handoff
)
(
GstElement
*
element
,
GstPad
*
pad
);
void
(
*
handoff
)
(
GstElement
*
element
,
GstBuffer
*
buf
,
GstPad
*
pad
);
};
GtkType
gst_fakesink_get_type
(
void
);
...
...
gst/elements/gstfakesrc.h
View file @
568cbc30
...
...
@@ -78,7 +78,7 @@ struct _GstFakeSrcClass {
GstElementClass
parent_class
;
/* signals */
void
(
*
handoff
)
(
GstElement
*
element
,
GstPad
*
pad
);
void
(
*
handoff
)
(
GstElement
*
element
,
GstBuffer
*
buf
,
GstPad
*
pad
);
};
GtkType
gst_fakesrc_get_type
(
void
);
...
...
plugins/elements/gstfakesink.h
View file @
568cbc30
...
...
@@ -63,7 +63,7 @@ struct _GstFakeSinkClass {
GstElementClass
parent_class
;
/* signals */
void
(
*
handoff
)
(
GstElement
*
element
,
GstPad
*
pad
);
void
(
*
handoff
)
(
GstElement
*
element
,
GstBuffer
*
buf
,
GstPad
*
pad
);
};
GtkType
gst_fakesink_get_type
(
void
);
...
...
plugins/elements/gstfakesrc.h
View file @
568cbc30
...
...
@@ -78,7 +78,7 @@ struct _GstFakeSrcClass {
GstElementClass
parent_class
;
/* signals */
void
(
*
handoff
)
(
GstElement
*
element
,
GstPad
*
pad
);
void
(
*
handoff
)
(
GstElement
*
element
,
GstBuffer
*
buf
,
GstPad
*
pad
);
};
GtkType
gst_fakesrc_get_type
(
void
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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