summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-06-11 13:48:09 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-07-18 16:38:44 +0100
commit67723a957a6a7d4c1378148588c03d54d46cf219 (patch)
tree5ee57cd8f81b256d1779f87447803ea96833e82a
parenta677d24b9aebcba466d5cc163d644f656fcb660a (diff)
downloadgstreamer-plugins-bad-67723a957a6a7d4c1378148588c03d54d46cf219.tar.gz
videoaggregator: log an ERROR if we're going to return a flow error
-rw-r--r--gst-libs/gst/video/gstvideoaggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstvideoaggregator.c b/gst-libs/gst/video/gstvideoaggregator.c
index 5a9dfc96e..383beb39d 100644
--- a/gst-libs/gst/video/gstvideoaggregator.c
+++ b/gst-libs/gst/video/gstvideoaggregator.c
@@ -1110,7 +1110,7 @@ gst_video_aggregator_fill_queues (GstVideoAggregator * vagg,
start_time = GST_BUFFER_TIMESTAMP (buf);
if (start_time == -1) {
gst_buffer_unref (buf);
- GST_DEBUG_OBJECT (pad, "Need timestamped buffers!");
+ GST_ERROR_OBJECT (pad, "Need timestamped buffers!");
GST_OBJECT_UNLOCK (vagg);
return GST_FLOW_ERROR;
}