- return result of parent state change too

Original commit message from CVS:
- return result of parent state change too
This commit is contained in:
Wim Taymans 2003-05-24 10:18:38 +00:00
parent 6bc9e75d2a
commit 6f687403fe

View file

@ -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 *