silence compiler warning

Original commit message from CVS:
silence compiler warning
This commit is contained in:
Benjamin Otte 2003-04-13 03:04:26 +00:00
parent f3fad44a00
commit e3b00b80bc

View file

@ -2795,7 +2795,7 @@ void
gst_element_set_eos (GstElement *element)
{
GstElement *parent;
GstElementState parent_state;
GstElementState parent_state = GST_STATE_NULL; /* silence compilers */
g_return_if_fail (GST_IS_ELEMENT (element));