MoodbarPipeline: Remove unused NewBufferCallback

This commit is contained in:
Jonas Kvinge 2024-09-22 20:39:25 +02:00
parent 0b49dcaa2d
commit 04eb97ef93

View File

@ -62,7 +62,6 @@ class MoodbarPipeline : public QObject {
void Cleanup(); void Cleanup();
static void NewPadCallback(GstElement *element, GstPad *pad, gpointer data); 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); static GstBusSyncReply BusCallbackSync(GstBus *bus, GstMessage *message, gpointer data);
private: private: