mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Change the prototype too
Original commit message from CVS: Change the prototype too
This commit is contained in:
parent
3ee219faba
commit
66d8173f05
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ static GstElementStateReturn gst_bin_change_state_norecurse (GstBin *bin);
|
|||
static gboolean gst_bin_change_state_type (GstBin *bin,
|
||||
GstElementState state,
|
||||
GType type);
|
||||
static void gst_bin_child_state_change (GstElement *child, GstElementState old,
|
||||
GstElementState new, GstBin *bin);
|
||||
static void gst_bin_child_state_change (GstBin *bin, GstElementState old,
|
||||
GstElementState new, GstElement *child);
|
||||
|
||||
static gboolean gst_bin_iterate_func (GstBin *bin);
|
||||
|
||||
|
|
Loading…
Reference in a new issue