1 // Generated by gmmproc 2.50.1 -- DO NOT MODIFY!
2 #ifndef _GSTREAMERMM_ELEMENT_P_H
3 #define _GSTREAMERMM_ELEMENT_P_H
4 
5 
6 #include <glibmm/class.h>
7 
8 namespace Gst
9 {
10 
11 class Element_Class : public Glib::Class
12 {
13 public:
14 #ifndef DOXYGEN_SHOULD_SKIP_THIS
15   using CppObjectType = Element;
16   using BaseObjectType = GstElement;
17   using BaseClassType = GstElementClass;
18   using CppClassParent = Gst::Object_Class;
19   using BaseClassParent = GstObjectClass;
20 
21   friend class Element;
22 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
23 
24   const Glib::Class& init();
25 
26 
27   static void class_init_function(void* g_class, void* class_data);
28 
29   static Glib::ObjectBase* wrap_new(GObject*);
30 
31 protected:
32 
33   //Callbacks (default signal handlers):
34   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
35   //You could prevent the original default signal handlers being called by overriding the *_impl method.
36   static void no_more_pads_callback(GstElement* self);
37   static void pad_added_callback(GstElement* self, GstPad* p0);
38   static void pad_removed_callback(GstElement* self, GstPad* p0);
39 
40   //Callbacks (virtual functions):
41   static void release_pad_vfunc_callback(GstElement* self, GstPad* pad);
42   static GstPad* request_new_pad_vfunc_callback(GstElement* self, GstPadTemplate* templ, const gchar* name, const GstCaps* caps);
43   static GstStateChangeReturn get_state_vfunc_callback(GstElement* self, GstState* state, GstState* pending, GstClockTime timeout);
44   static GstStateChangeReturn set_state_vfunc_callback(GstElement* self, GstState state);
45   static GstStateChangeReturn change_state_vfunc_callback(GstElement* self, GstStateChange transition);
46   static void state_changed_vfunc_callback(GstElement* self, GstState oldstate, GstState newstate, GstState pending);
47   static void set_bus_vfunc_callback(GstElement* self, GstBus* bus);
48   static GstClock* provide_clock_vfunc_callback(GstElement* self);
49   static gboolean set_clock_vfunc_callback(GstElement* self, GstClock* clock);
50   static gboolean send_event_vfunc_callback(GstElement* self, GstEvent* event);
51   static gboolean query_vfunc_callback(GstElement* self, GstQuery* query);
52   static void set_context_vfunc_callback(GstElement* self, GstContext* context);
53   static gboolean post_message_vfunc_callback(GstElement* self, GstMessage* message);
54 };
55 
56 
57 } // namespace Gst
58 
59 #include <gstreamermm/private/object_p.h>
60 
61 
62 #endif /* _GSTREAMERMM_ELEMENT_P_H */
63 
64