MoodbarPipeline: Remove unused NewBufferCallback
This commit is contained in:
parent
0b49dcaa2d
commit
04eb97ef93
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue