mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
The final state change result is that of the parent
Original commit message from CVS: The final state change result is that of the parent
This commit is contained in:
parent
2096330104
commit
49352d0279
1 changed files with 1 additions and 3 deletions
|
@ -1411,9 +1411,7 @@ gst_mad_change_state (GstElement *element)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
parent_class->change_state (element);
|
return parent_class->change_state (element);
|
||||||
|
|
||||||
return GST_STATE_SUCCESS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue