mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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;
|
||||
}
|
||||
|
||||
parent_class->change_state (element);
|
||||
|
||||
return GST_STATE_SUCCESS;
|
||||
return parent_class->change_state (element);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue