videoaggregator: log an ERROR if we're going to return a flow error
authorTim-Philipp Müller <tim@centricular.com>
Mon, 11 Jun 2018 12:48:09 +0000 (13:48 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 11 Jun 2018 12:48:09 +0000 (13:48 +0100)
gst-libs/gst/video/gstvideoaggregator.c

index 0848556..67de890 100644 (file)
@@ -1402,7 +1402,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;
       }