mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
hlssink2: Remove useless if statement
message will always be present CID #1409853
This commit is contained in:
parent
203d5867ea
commit
c4b0bdb556
1 changed files with 1 additions and 2 deletions
|
@ -301,8 +301,7 @@ gst_hls_sink2_handle_message (GstBin * bin, GstMessage * message)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message)
|
GST_BIN_CLASS (parent_class)->handle_message (bin, message);
|
||||||
GST_BIN_CLASS (parent_class)->handle_message (bin, message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstPad *
|
static GstPad *
|
||||||
|
|
Loading…
Reference in a new issue