Home
last modified time | relevance | path

Searched refs:GST_PLAY (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c443 GstPlay *self = GST_PLAY (object); in gst_play_dispose()
473 GstPlay *self = GST_PLAY (object); in gst_play_finalize()
504 GstPlay *self = GST_PLAY (object); in gst_play_constructed()
608 GstPlay *self = GST_PLAY (object); in gst_play_set_property()
690 GstPlay *self = GST_PLAY (object); in gst_play_get_property()
786 GstPlay *self = GST_PLAY (user_data); in main_loop_running_cb()
817 GstPlay *self = GST_PLAY (user_data); in tick_cb()
976 GstPlay *self = GST_PLAY (user_data); in error_cb()
1016 GstPlay *self = GST_PLAY (user_data); in warning_cb()
1064 GstPlay *self = GST_PLAY (user_data); in eos_cb()
[all …]
Dgstplay.h185 #define GST_PLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PLAY, GstPlay)) macro