Searched refs:GST_IS_COLLECT_PADS (Results 1 – 2 of 2) sorted by relevance
322 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_buffer_function()348 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_compare_function()379 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_function()436 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_event_function()464 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_query_function()556 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_clip_function()579 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_flush_function()630 g_return_val_if_fail (GST_IS_COLLECT_PADS (pads), NULL); in gst_collect_pads_add_pad()705 g_return_val_if_fail (GST_IS_COLLECT_PADS (pads), FALSE); in gst_collect_pads_remove_pad()821 g_return_if_fail (GST_IS_COLLECT_PADS (pads)); in gst_collect_pads_set_flushing()[all …]
35 #define GST_IS_COLLECT_PADS(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_COLLECT_PADS)) macro