MoodbarPipeline: Rename variables

This commit is contained in:
Jonas Kvinge
2024-09-22 20:43:44 +02:00
parent 04eb97ef93
commit af8a7d5093
2 changed files with 14 additions and 14 deletions

View File

@@ -61,8 +61,8 @@ class MoodbarPipeline : public QObject {
void Stop(const bool success);
void Cleanup();
static void NewPadCallback(GstElement *element, GstPad *pad, gpointer data);
static GstBusSyncReply BusCallbackSync(GstBus *bus, GstMessage *message, gpointer data);
static void NewPadCallback(GstElement *element, GstPad *pad, gpointer self);
static GstBusSyncReply BusCallbackSync(GstBus *bus, GstMessage *message, gpointer self);
private:
QUrl url_;