mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
9be63d2ca3
commit
81bd8913b5
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