From 2363490ef5a9fe8d414369d24fcaa65a9dfa83ac Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 14 Feb 2012 19:33:33 +0100 Subject: [PATCH] baseparse: really provide upstream ts to subclass --- libs/gst/base/gstbaseparse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gst/base/gstbaseparse.c b/libs/gst/base/gstbaseparse.c index fd37f66..fa3c849 100644 --- a/libs/gst/base/gstbaseparse.c +++ b/libs/gst/base/gstbaseparse.c @@ -2571,6 +2571,7 @@ gst_base_parse_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) gst_buffer_take_memory (tmpbuf, -1, gst_memory_new_wrapped (GST_MEMORY_FLAG_READONLY | 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 */ ret = gst_base_parse_handle_buffer (parse, tmpbuf, &skip, &flush); -- 2.7.4