23 #ifndef CHANGEABLEPIPELINE_H 24 #define CHANGEABLEPIPELINE_H 32 void add_element(GstElement* element, GstElement* first_element, GstElement* second_element);
33 void remove_element(GstElement* element, GstElement* first_element, GstElement* second_element);
36 virtual GstElement* get_pipeline()
const=0;
39 #endif // CHANGEABLEPLAYLIST_H Definition: ChangeablePipeline.h:27