Searched refs:pipeline_ (Results 1 – 2 of 2) sorted by relevance
21 GstElement * pipeline_; member in SetPlaying26 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()
18 GstElement * pipeline_; member in SetPlaying23 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()