mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
collectpads2: fix up compilation after merge
This commit is contained in:
parent
f6a4af20b2
commit
b193d03c8a
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ gst_collect_pads2_clip_running_time (GstCollectPads2 * pads,
|
|||
GST_LOG_OBJECT (cdata->pad, "buffer ts %" GST_TIME_FORMAT " -> %"
|
||||
GST_TIME_FORMAT " running time",
|
||||
GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (buf)), GST_TIME_ARGS (time));
|
||||
*outbuf = gst_buffer_make_metadata_writable (buf);
|
||||
*outbuf = gst_buffer_make_writable (buf);
|
||||
GST_BUFFER_TIMESTAMP (*outbuf) = time;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue