baseparse: Revert "baseparse: really provide upstream ts to subclass"
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 14 Feb 2012 19:17:37 +0000 (20:17 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 14 Feb 2012 19:17:37 +0000 (20:17 +0100)
This reverts commit 2363490ef5a9fe8d414369d24fcaa65a9dfa83ac.

libs/gst/base/gstbaseparse.c

index 6ef0687..992fd17 100644 (file)
@@ -2632,7 +2632,6 @@ 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);