[Gst/MQTT/Src] Add a new property to control the live source mode
authorWook Song <wook16.song@samsung.com>
Fri, 30 Apr 2021 08:02:10 +0000 (17:02 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 12 May 2021 10:10:14 +0000 (19:10 +0900)
commitd7f1f80d20462535be9b99da0b8e5dbea5cb3bb6
tree8aa42fab04b499414f4aa10ee3fbc3d5ae4c3a15
parent72633045ed8ac936a16aa085dca3ddb1aaf6c772
[Gst/MQTT/Src] Add a new property to control the live source mode

This patch adds a new property to specify whether this element acts as a
live source or not. If this property is set to true, the incoming
buffers' timestamp would be synchronized with the current running time
of the pipeline. Since the defualt value is true, it should be disabled
if you want to listen to messages that could have relatively long jitters
or delays.

Signed-off-by: Wook Song <wook16.song@samsung.com>
gst/mqtt/mqttsrc.c
gst/mqtt/mqttsrc.h