hlssink2: Remove useless if statement

message will always be present

CID #1409853
This commit is contained in:
Edward Hervey 2018-01-03 15:15:25 +01:00 committed by Edward Hervey
parent 203d5867ea
commit c4b0bdb556

View file

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