[Video player] Temporarily disable auto-repeat (#20)
* Disable auto-repat when stream is completed * Update template * version 0.9.1
This commit is contained in:
@@ -48,8 +48,8 @@ class GstVideoPlayer {
|
||||
|
||||
static void HandoffHandler(GstElement* fakesink, GstBuffer* buf,
|
||||
GstPad* new_pad, gpointer user_data);
|
||||
static gboolean HandleGstMessage(GstBus* bus, GstMessage* message,
|
||||
gpointer user_data);
|
||||
static GstBusSyncReply HandleGstMessage(GstBus* bus, GstMessage* message,
|
||||
gpointer user_data);
|
||||
std::string ParseUri(const std::string& uri);
|
||||
bool CreatePipeline();
|
||||
void DestroyPipeline();
|
||||
|
||||
Reference in New Issue
Block a user