Searched refs:GST_IS_XV_IMAGE_SINK (Results 1 – 2 of 2) sorted by relevance
367 g_return_val_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink), NULL); in gst_xv_image_sink_xwindow_new()387 g_return_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink)); in gst_xv_image_sink_xwindow_update_geometry()403 g_return_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink)); in gst_xv_image_sink_update_colorbalance()424 g_return_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink)); in gst_xv_image_sink_handle_xevents()590 g_return_val_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink), NULL); in gst_xv_image_sink_event_thread()1234 g_return_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink)); in gst_xv_image_sink_set_window_handle()1342 g_return_val_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink), NULL); in gst_xv_image_sink_colorbalance_list_channels()1356 g_return_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink)); in gst_xv_image_sink_colorbalance_set_value()1388 g_return_val_if_fail (GST_IS_XV_IMAGE_SINK (xvimagesink), 0); in gst_xv_image_sink_colorbalance_get_value()1598 g_return_if_fail (GST_IS_XV_IMAGE_SINK (object)); in gst_xv_image_sink_set_property()[all …]
35 #define GST_IS_XV_IMAGE_SINK(obj) \ macro