summaryrefslogtreecommitdiff
path: root/gst-libs
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-06-11 13:48:09 +0100
commit06e50313ada8aa6f33bcabb852ad272f025cc166 (patch)
treec4d8f1133983408f5a554857b9da653005241696 /gst-libs
parent10f57b73f3afd14f3d74aaacf185f6f36cf3b0f4 (diff)
downloadgstreamer-plugins-bad-06e50313ada8aa6f33bcabb852ad272f025cc166.tar.gz
videoaggregator: log an ERROR if we're going to return a flow error
Diffstat (limited to 'gst-libs')
-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 0848556f2..67de8909f 100644
--- a/gst-libs/gst/video/gstvideoaggregator.c
+++ b/gst-libs/gst/video/gstvideoaggregator.c
@@ -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;
}