Make static
This commit is contained in:
@@ -47,7 +47,7 @@ class Chromaprinter {
|
||||
QString CreateFingerprint();
|
||||
|
||||
private:
|
||||
GstElement *CreateElement(const QString &factory_name, GstElement *bin = nullptr);
|
||||
static GstElement *CreateElement(const QString &factory_name, GstElement *bin = nullptr);
|
||||
|
||||
static void NewPadCallback(GstElement*, GstPad *pad, gpointer data);
|
||||
static GstFlowReturn NewBufferCallback(GstAppSink *app_sink, gpointer self);
|
||||
|
||||
Reference in New Issue
Block a user