Commit bc18446e authored by Andrew Voznytsa's avatar Andrew Voznytsa

emit all signals thru call to _dispatchNotification()

parent c3c6662a
This diff is collapsed.
......@@ -122,6 +122,8 @@ protected:
virtual void _shutdownDecodingBranch (void);
virtual void _shutdownRecordingBranch(void);
void _dispatchNotification(std::function<void()> notification);
private:
static gboolean _onBusMessage(GstBus* bus, GstMessage* message, gpointer user_data);
static void _onNewPad(GstElement* element, GstPad* pad, gpointer data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment