[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:
Hidenori Matsubayashi
2021-08-04 14:02:58 +09:00
committed by GitHub
parent 39843c2a0a
commit ccdb4d9d20
5 changed files with 20 additions and 11 deletions
@@ -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();