summaryrefslogtreecommitdiff
path: root/gst-libs/gst/base/gstaggregator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/base/gstaggregator.c')
-rw-r--r--gst-libs/gst/base/gstaggregator.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst-libs/gst/base/gstaggregator.c b/gst-libs/gst/base/gstaggregator.c
index 889f15783..1416f6cee 100644
--- a/gst-libs/gst/base/gstaggregator.c
+++ b/gst-libs/gst/base/gstaggregator.c
@@ -1560,12 +1560,11 @@ gst_aggregator_event_forward_func (GstPad * pad, gpointer user_data)
}
if (ret == FALSE) {
- if (GST_EVENT_TYPE (evdata->event) == GST_EVENT_SEEK)
- GST_ERROR_OBJECT (pad, "Event %" GST_PTR_FORMAT " failed", evdata->event);
-
if (GST_EVENT_TYPE (evdata->event) == GST_EVENT_SEEK) {
GstQuery *seeking = gst_query_new_seeking (GST_FORMAT_TIME);
+ GST_DEBUG_OBJECT (pad, "Event %" GST_PTR_FORMAT " failed", evdata->event);
+
if (gst_pad_query (peer, seeking)) {
gboolean seekable;