basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMAT

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/844>
This commit is contained in:
Sebastian Dröge 2021-06-24 10:00:28 +03:00 committed by Tim-Philipp Müller
parent 63350d1930
commit 2023446da1

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);