GstEnginePipeline: Rename variables

This commit is contained in:
Jonas Kvinge
2024-08-09 19:29:12 +02:00
parent fe30f27af3
commit 8c8acbb546
2 changed files with 17 additions and 17 deletions

View File

@@ -288,8 +288,8 @@ class GstEnginePipeline : public QObject {
// Seeking while the pipeline is in the READY state doesn't work, so we have to wait until it goes to PAUSED or PLAYING.
// Also, we have to wait for the playbin to be connected.
bool pipeline_is_active_;
bool pipeline_is_connected_;
bool pipeline_connected_;
bool pipeline_active_;
qint64 pending_seek_nanosec_;
// We can only use gst_element_query_position() when the pipeline is in