Searched refs:GST_IS_PLAY (Results 1 – 3 of 3) sorted by relevance
2761 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_play()2829 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_pause()2915 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_stop()3018 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_set_rate()3036 g_return_val_if_fail (GST_IS_PLAY (self), DEFAULT_RATE); in gst_play_get_rate()3055 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_seek()3127 g_return_val_if_fail (GST_IS_PLAY (self), DEFAULT_URI); in gst_play_get_uri()3145 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_set_uri()3163 g_return_if_fail (GST_IS_PLAY (self)); in gst_play_set_subtitle_uri()3183 g_return_val_if_fail (GST_IS_PLAY (self), NULL); in gst_play_get_subtitle_uri()[all …]
249 g_return_val_if_fail (GST_IS_PLAY (play), NULL); in gst_play_signal_adapter_new()283 g_return_val_if_fail (GST_IS_PLAY (play), NULL); in gst_play_signal_adapter_new_with_main_context()314 g_return_val_if_fail (GST_IS_PLAY (play), NULL); in gst_play_signal_adapter_new_sync_emit()
182 #define GST_IS_PLAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PLAY)) macro