mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
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:
parent
63350d1930
commit
2023446da1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue