basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMAT

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/842>
This commit is contained in:
Sebastian Dröge 2021-06-24 10:00:28 +03:00 committed by GStreamer Marge Bot
parent 9be63d2ca3
commit 81bd8913b5

View file

@ -944,7 +944,7 @@ gst_base_src_new_segment (GstBaseSrc * src, const GstSegment * segment)
src->priv->segment_pending = TRUE;
src->priv->segment_seqnum = gst_util_seqnum_next ();
GST_DEBUG_OBJECT (src, "Starting new segment %" GST_PTR_FORMAT, segment);
GST_DEBUG_OBJECT (src, "Starting new segment %" GST_SEGMENT_FORMAT, segment);
GST_OBJECT_UNLOCK (src);