mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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)
|
gst_element_set_eos (GstElement *element)
|
||||||
{
|
{
|
||||||
GstElement *parent;
|
GstElement *parent;
|
||||||
GstElementState parent_state;
|
GstElementState parent_state = GST_STATE_NULL; /* silence compilers */
|
||||||
|
|
||||||
g_return_if_fail (GST_IS_ELEMENT (element));
|
g_return_if_fail (GST_IS_ELEMENT (element));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue