mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
parent_class->change_state (element);
|
return parent_class->change_state (element);
|
||||||
|
|
||||||
return GST_STATE_SUCCESS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
|
Loading…
Reference in a new issue