From 7ce97c723c0d439770022167a00a02abea7a8c8c Mon Sep 17 00:00:00 2001 From: Song Bing Date: Fri, 27 Feb 2015 16:40:23 +0800 Subject: [PATCH] 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 --- gst/playback/gststreamsynchronizer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/playback/gststreamsynchronizer.c b/gst/playback/gststreamsynchronizer.c index f69a7f3359..7902ee1021 100644 --- a/gst/playback/gststreamsynchronizer.c +++ b/gst/playback/gststreamsynchronizer.c @@ -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;