streamsynchronizer: Remove unnecessary ERROR message.
Remove unnecessary ERROR message. Push GAP will fail as flushing. Needn't ERROR message. https://bugzilla.gnome.org/show_bug.cgi?id=736655
This commit is contained in:
parent
e77b60a73f
commit
7ce97c723c
@ -248,7 +248,6 @@ gst_stream_synchronizer_wait (GstStreamSynchronizer * self, GstPad * pad)
|
|||||||
ret = gst_pad_push_event (pad, event);
|
ret = gst_pad_push_event (pad, event);
|
||||||
GST_STREAM_SYNCHRONIZER_LOCK (self);
|
GST_STREAM_SYNCHRONIZER_LOCK (self);
|
||||||
if (!ret) {
|
if (!ret) {
|
||||||
GST_ERROR_OBJECT (pad, "Failed to send GAP event");
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
self->send_gap_event = FALSE;
|
self->send_gap_event = FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user