mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
silence compiler warning
Original commit message from CVS: silence compiler warning
This commit is contained in:
parent
f3fad44a00
commit
e3b00b80bc
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue