MoodbarPipeline: Remove unused NewBufferCallback

This commit is contained in:
Jonas Kvinge 2024-09-22 20:39:25 +02:00
parent 0b49dcaa2d
commit 04eb97ef93
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ class MoodbarPipeline : public QObject {
void Cleanup();
static void NewPadCallback(GstElement *element, GstPad *pad, gpointer data);
static GstFlowReturn NewBufferCallback(GstAppSink *app_sink, gpointer self);
static GstBusSyncReply BusCallbackSync(GstBus *bus, GstMessage *message, gpointer data);
private: