Home
last modified time | relevance | path

Searched refs:pipeline_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlsink/
H A Dmain.cpp21 GstElement * pipeline_; member in SetPlaying
26 this->pipeline_ = pipeline ? static_cast<GstElement *> (gst_object_ref (pipeline)) : NULL; in SetPlaying()
31 if (this->pipeline_) in ~SetPlaying()
32 gst_object_unref (this->pipeline_); in ~SetPlaying()
38 if (this->pipeline_) in run()
39 gst_element_set_state (this->pipeline_, GST_STATE_PLAYING); in run()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/qmlsink/
H A Dmain.cpp18 GstElement * pipeline_; member in SetPlaying
23 this->pipeline_ = pipeline ? static_cast<GstElement *> (gst_object_ref (pipeline)) : NULL; in SetPlaying()
28 if (this->pipeline_) in ~SetPlaying()
29 gst_object_unref (this->pipeline_); in ~SetPlaying()
35 if (this->pipeline_) in run()
36 gst_element_set_state (this->pipeline_, GST_STATE_PLAYING); in run()