Home
last modified time | relevance | path

Searched refs:G_SIGNAL_NO_HOOKS (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c539 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
544 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
549 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
554 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
559 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
564 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
569 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
575 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
580 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
585 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgststreamcollection.c122 G_SIGNAL_NO_HOOKS, G_STRUCT_OFFSET (GstStreamCollectionClass, in gst_stream_collection_class_init()
Dgstobject.c186 G_SIGNAL_NO_HOOKS, G_STRUCT_OFFSET (GstObjectClass, deep_notify), NULL, in gst_object_class_init()
/third_party/glib/gobject/
Dgsignal.h138 G_SIGNAL_NO_HOOKS = 1 << 6, enumerator
Dgobject.c552 …G_SIGNAL_RUN_FIRST | G_SIGNAL_NO_RECURSE | G_SIGNAL_DETAILED | G_SIGNAL_NO_HOOKS | G_SIGNAL_ACTION, in g_object_do_class_init()
Dgsignal.c1071 if (node->flags & G_SIGNAL_NO_HOOKS) in g_signal_add_emission_hook()