urisourcebin: Minor doc fix
authorEdward Hervey <edward@centricular.com>
Thu, 10 Nov 2022 09:27:48 +0000 (10:27 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Nov 2022 14:01:47 +0000 (14:01 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2784>

subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c

index 147e504..edee933 100644 (file)
@@ -831,7 +831,7 @@ demux_pad_events (GstPad * pad, GstPadProbeInfo * info, OutputSlotInfo * slot)
         remove_buffering_msgs (urisrc, GST_OBJECT_CAST (slot->queue));
 
       if (all_streams_eos) {
-        GST_DEBUG_OBJECT (urisrc, "POSTING ABOUT TO FINISH");
+        GST_DEBUG_OBJECT (urisrc, "Posting about-to-finish");
         g_signal_emit (urisrc,
             gst_uri_source_bin_signals[SIGNAL_ABOUT_TO_FINISH], 0, NULL);
       }