Subscribe a MQTT topic and push incoming data to the GStreamer pipeline.
More...
#include <gst/base/gstbasesrc.h>
#include <gst/base/gstdataqueue.h>
#include <gst/gst.h>
#include <MQTTAsync.h>
#include "mqttcommon.h"
Go to the source code of this file.
Subscribe a MQTT topic and push incoming data to the GStreamer pipeline.
Copyright (C) 2021 Wook Song wook1.nosp@m.6.so.nosp@m.ng@sa.nosp@m.msun.nosp@m.g.com
- Date
- 08 Mar 2021
- See also
- https://github.com/nnstreamer/nnstreamer
- Author
- Wook Song wook1.nosp@m.6.so.nosp@m.ng@sa.nosp@m.msun.nosp@m.g.com
- Bug:
- No known bugs except for NYI items
Definition in file mqttsrc.h.
◆ GST_IS_MQTT_SRC
#define GST_IS_MQTT_SRC |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_MQTT_SRC)) |
◆ GST_IS_MQTT_SRC_CLASS
#define GST_IS_MQTT_SRC_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_MQTT_SRC)) |
◆ GST_MQTT_SRC
◆ GST_MQTT_SRC_CAST
#define GST_MQTT_SRC_CAST |
( |
|
obj | ) |
((GstMqttSrc *) obj) |
◆ GST_MQTT_SRC_CLASS
◆ GST_TYPE_MQTT_SRC
◆ GstMqttSrc
◆ GstMqttSrcClass
◆ gst_mqtt_src_get_type()
GType gst_mqtt_src_get_type |
( |
void |
| ) |
|