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:
Song Bing 2015-02-27 16:40:23 +08:00 committed by Sebastian Dröge
parent e77b60a73f
commit 7ce97c723c

View file

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