Skip to content

Commit

Permalink
Remove unused function declarations.
Browse files Browse the repository at this point in the history
This caused a dependency on gstappsink.h, which isn't used otherwise.

Fixes: #6
  • Loading branch information
sjohannes committed Oct 25, 2018
1 parent 3762dcc commit 6ace8bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/moodbar/moodbarpipeline.h
Expand Up @@ -19,7 +19,6 @@
#define MOODBARPIPELINE_H

#include <gst/gst.h>
#include <gst/app/gstappsink.h>

#include <cstdint>
#include <functional>
Expand Down Expand Up @@ -52,8 +51,6 @@ class MoodbarPipeline {
void Cleanup();

static void NewPadCallback(GstElement*, GstPad* pad, gpointer data);
static GstFlowReturn NewBufferCallback(GstAppSink* app_sink, gpointer self);
static gboolean BusCallback(GstBus*, GstMessage* msg, gpointer data);
static GstBusSyncReply BusCallbackSync(GstBus*, GstMessage* msg,
gpointer data);

Expand Down

0 comments on commit 6ace8bc

Please sign in to comment.