Don't set buffer offset and duration
authorAntonio Ospite <ao2@ao2.it>
Mon, 2 Oct 2017 08:27:05 +0000 (10:27 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 3 Oct 2017 11:40:46 +0000 (13:40 +0200)
They are not relly needed for a live source in pull mode

gst-aseq-appsrc.c

index 7307ade..506409e 100644 (file)
@@ -188,8 +188,6 @@ push_buffer (App * app, gpointer data, guint size)
 
   GST_BUFFER_DTS (buffer) = time;
   GST_BUFFER_PTS (buffer) = time;
-  GST_BUFFER_OFFSET (buffer) = time;
-  GST_BUFFER_DURATION (buffer) = DEFAULT_TICK_PERIOD_MS * GST_MSECOND;
 
   local_data = g_memdup (data, size);