ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | type |
gst_message_type_get_name ( enum GstMessageType type ) » |
| PARAM | type |
gst_element_message_full ( GstElement* element, enum GstMessageType type, GQuark domain, gint code, gchar* text, gchar* debug, gchar const* file, gchar const* function, gint line ) » |
| PARAM | types |
gst_bus_timed_pop_filtered ( GstBus* bus, GstClockTime timeout, enum GstMessageType types ) » |
| PARAM | types |
gst_bus_pop_filtered ( GstBus* bus, enum GstMessageType types ) » |
| PARAM | events |
gst_bus_poll ( GstBus* bus, enum GstMessageType events, GstClockTime timeout ) » |
| PARAM | type |
gst_message_type_to_quark ( enum GstMessageType type ) » |
| PARAM | type |
gst_message_new_custom ( enum GstMessageType type, GstObject* src, GstStructure* structure ) » |
| FIELD | .type | struct _GstMessage { GstMiniObject mini_object, enum GstMessageType type, guint64 timestamp, GstObject* src, guint32 seqnum, GMutex lock, GCond cond } » |