mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
basesrc: log seek event details
This commit is contained in:
parent
2c1386e3e6
commit
71b494639b
1 changed files with 1 additions and 1 deletions
|
@ -1297,7 +1297,7 @@ gst_base_src_perform_seek (GstBaseSrc * src, GstEvent * event, gboolean unlock)
|
|||
guint32 seqnum;
|
||||
GstEvent *tevent;
|
||||
|
||||
GST_DEBUG_OBJECT (src, "doing seek");
|
||||
GST_DEBUG_OBJECT (src, "doing seek: %" GST_PTR_FORMAT, event);
|
||||
|
||||
GST_OBJECT_LOCK (src);
|
||||
dest_format = src->segment.format;
|
||||
|
|
Loading…
Reference in a new issue