mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
- return result of parent state change too
Original commit message from CVS: - return result of parent state change too
This commit is contained in:
parent
6bc9e75d2a
commit
6f687403fe
1 changed files with 1 additions and 3 deletions
|
@ -227,9 +227,7 @@ gst_videotestsrc_change_state (GstElement * element)
|
|||
break;
|
||||
}
|
||||
|
||||
parent_class->change_state (element);
|
||||
|
||||
return GST_STATE_SUCCESS;
|
||||
return parent_class->change_state (element);
|
||||
}
|
||||
|
||||
static GstCaps *
|
||||
|
|
Loading…
Reference in a new issue