mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
basesrc: fix after merge
This commit is contained in:
parent
b171259612
commit
c87375a813
1 changed files with 1 additions and 1 deletions
|
@ -2186,7 +2186,7 @@ again:
|
|||
/* track position */
|
||||
GST_OBJECT_LOCK (src);
|
||||
if (src->segment.format == GST_FORMAT_BYTES)
|
||||
gst_segment_set_last_stop (&src->segment, GST_FORMAT_BYTES, offset);
|
||||
src->segment.position = offset;
|
||||
GST_OBJECT_UNLOCK (src);
|
||||
|
||||
/* normally we don't count buffers */
|
||||
|
|
Loading…
Reference in a new issue