Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c640 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_play()
654 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_pause()
669 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_stop()
684 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_set_rate()
701 g_return_val_if_fail (GST_IS_PLAYER (self), DEFAULT_RATE); in gst_player_get_rate()
719 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_seek()
739 g_return_val_if_fail (GST_IS_PLAYER (self), DEFAULT_URI); in gst_player_get_uri()
756 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_set_uri()
773 g_return_if_fail (GST_IS_PLAYER (self)); in gst_player_set_subtitle_uri()
792 g_return_val_if_fail (GST_IS_PLAYER (self), NULL); in gst_player_get_subtitle_uri()
[all …]
Dgstplayer.h100 #define GST_IS_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PLAYER)) macro