Commit fcf9d0dd authored by Andrew Voznytsa's avatar Andrew Voznytsa

emit signals from slot handler worker

parent bc18446e
This diff is collapsed.
......@@ -122,7 +122,8 @@ protected:
virtual void _shutdownDecodingBranch (void);
virtual void _shutdownRecordingBranch(void);
void _dispatchNotification(std::function<void()> notification);
bool _needDispatch(void);
void _dispatchSignal(std::function<void()> emitter);
private:
static gboolean _onBusMessage(GstBus* bus, GstMessage* message, gpointer user_data);
......@@ -161,8 +162,8 @@ private:
unsigned _timeout;
Worker _apiHandler;
Worker _notificationHandler;
Worker _slotHandler;
uint32_t _signalDepth;
bool _endOfStream;
......
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