mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ gst_stream_synchronizer_wait (GstStreamSynchronizer * self, GstPad * pad)
|
|||
ret = gst_pad_push_event (pad, event);
|
||||
GST_STREAM_SYNCHRONIZER_LOCK (self);
|
||||
if (!ret) {
|
||||
GST_ERROR_OBJECT (pad, "Failed to send GAP event");
|
||||
return ret;
|
||||
}
|
||||
self->send_gap_event = FALSE;
|
||||
|
|
Loading…
Reference in a new issue