- 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
@ -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…
x
Reference in New Issue
Block a user