mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
baseparse: Revert "baseparse: really provide upstream ts to subclass"
This reverts commit 2363490ef5
.
This commit is contained in:
parent
a40b993bc3
commit
36cc9efa80
1 changed files with 0 additions and 1 deletions
|
@ -2632,7 +2632,6 @@ gst_base_parse_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
|
||||||
gst_buffer_take_memory (tmpbuf, -1,
|
gst_buffer_take_memory (tmpbuf, -1,
|
||||||
gst_memory_new_wrapped (GST_MEMORY_FLAG_READONLY |
|
gst_memory_new_wrapped (GST_MEMORY_FLAG_READONLY |
|
||||||
GST_MEMORY_FLAG_NO_SHARE, (gpointer) data, NULL, av, 0, av));
|
GST_MEMORY_FLAG_NO_SHARE, (gpointer) data, NULL, av, 0, av));
|
||||||
GST_BUFFER_TIMESTAMP (tmpbuf) = timestamp;
|
|
||||||
|
|
||||||
/* keep the adapter mapped, so keep track of what has to be flushed */
|
/* keep the adapter mapped, so keep track of what has to be flushed */
|
||||||
ret = gst_base_parse_handle_buffer (parse, tmpbuf, &skip, &flush);
|
ret = gst_base_parse_handle_buffer (parse, tmpbuf, &skip, &flush);
|
||||||
|
|
Loading…
Reference in a new issue