Daemon/Model: Add missing gst initialization
authorWook Song <wook16.song@samsung.com>
Tue, 27 Jun 2023 07:00:28 +0000 (16:00 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 27 Jun 2023 12:55:21 +0000 (21:55 +0900)
commita7250468ac22b043607c21228a708888873dd3cd
tree59255c3a5f3362798c28deff038351676ef14b5d
parent1692c5ccf93e77266e113ded393a675dee8b061e
Daemon/Model: Add missing gst initialization

This patch adds GStreamer initialization procedure into
init_model_module. Without the initialization, D-Bus interfaces for
the models inproperly work.

Signed-off-by: Wook Song <wook16.song@samsung.com>
daemon/model-dbus-impl.cc