pinossrc: implement unlock/unlock_stop

Implement unlock and unlock_stop to unblock the create method.
This commit is contained in:
Wim Taymans 2016-01-07 15:07:15 +01:00
parent 531fd1beca
commit 050b8b0300
2 changed files with 35 additions and 0 deletions

View file

@ -56,6 +56,7 @@ struct _GstPinosSrc {
gchar *client_name;
gboolean negotiated;
gboolean flushing;
GMainContext *context;
PinosMainLoop *loop;