GstEnginePipeline: Change callback ID's to long

This commit is contained in:
Jonas Kvinge
2023-01-03 19:51:23 +01:00
parent 35a6d1437a
commit 4ec028e736
2 changed files with 20 additions and 20 deletions

View File

@@ -297,11 +297,11 @@ class GstEnginePipeline : public QObject {
gulong upstream_events_probe_cb_id_;
gulong buffer_probe_cb_id_;
gulong playbin_probe_cb_id_;
gulong element_added_cb_id_;
gulong pad_added_cb_id_;
gulong notify_source_cb_id_;
gulong about_to_finish_cb_id_;
gulong notify_volume_cb_id_;
glong element_added_cb_id_;
glong pad_added_cb_id_;
glong notify_source_cb_id_;
glong about_to_finish_cb_id_;
glong notify_volume_cb_id_;
QThreadPool set_state_threadpool_;