nlecomposition: Minor debug enhancement
authorThibault Saunier <tsaunier@igalia.com>
Tue, 6 Sep 2022 21:24:51 +0000 (17:24 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 20 Sep 2022 13:23:02 +0000 (13:23 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3000>

subprojects/gst-editing-services/plugins/nle/nlecomposition.c

index 45db00c..b3541ac 100644 (file)
@@ -1463,7 +1463,7 @@ ghost_event_probe_handler (GstPad * ghostpad G_GNUC_UNUSED,
       break;
     case GST_EVENT_STREAM_GROUP_DONE:
       if (GST_EVENT_SEQNUM (event) != comp->priv->real_eos_seqnum) {
-        GST_INFO_OBJECT (comp, "Dropping STREAM_GROUP_DONE %d != %d",
+        GST_DEBUG_OBJECT (comp, "Dropping STREAM_GROUP_DONE %d != %d",
             GST_EVENT_SEQNUM (event), comp->priv->real_eos_seqnum);
         retval = GST_PAD_PROBE_DROP;
       }