Lines Matching defs:play

155   GstPlay *play;  in play_new()  local
257 play_free (GstPlay * play) in play_free()
287 play_reset (GstPlay * play) in play_reset()
297 play_set_relative_volume (GstPlay * play, gdouble volume_step) in play_set_relative_volume()
316 play_install_missing_plugins (GstPlay * play) in play_install_missing_plugins()
326 GstPlay *play = user_data; in play_bus_msg() local
612 GstPlay *play = user_data; in play_timeout() local
647 play_uri_get_display_name (GstPlay * play, const gchar * uri) in play_uri_get_display_name()
664 play_uri (GstPlay * play, const gchar * next_uri) in play_uri()
698 play_next (GstPlay * play) in play_next()
709 play_prev (GstPlay * play) in play_prev()
721 GstPlay *play = user_data; in play_about_to_finish() local
744 do_play (GstPlay * play) in do_play()
839 toggle_paused (GstPlay * play) in toggle_paused()
854 relative_seek (GstPlay * play, gdouble percent) in relative_seek()
903 play_set_rate_and_trick_mode (GstPlay * play, gdouble rate, in play_set_rate_and_trick_mode()
917 play_do_seek (GstPlay * play, gint64 pos, gdouble rate, GstPlayTrickMode mode) in play_do_seek()
977 play_set_playback_rate (GstPlay * play, gdouble rate) in play_set_playback_rate()
990 play_set_relative_playback_rate (GstPlay * play, gdouble rate_step, in play_set_relative_playback_rate()
1022 play_switch_trick_mode (GstPlay * play) in play_switch_trick_mode()
1041 play_get_nth_stream_in_collection (GstPlay * play, guint index, in play_get_nth_stream_in_collection()
1079 play_cycle_track_selection (GstPlay * play, GstPlayTrackType track_type) in play_cycle_track_selection()
1328 GstPlay *play = (GstPlay *) user_data; in keyboard_cb() local
1421 GstPlay *play; in main() local