Searched refs:GST_IS_PRESET (Results 1 – 9 of 9) sorted by relevance
1063 g_return_val_if_fail (GST_IS_PRESET (preset), NULL); in gst_preset_get_preset_names()1080 g_return_val_if_fail (GST_IS_PRESET (preset), NULL); in gst_preset_get_property_names()1097 g_return_val_if_fail (GST_IS_PRESET (preset), FALSE); in gst_preset_load_preset()1116 g_return_val_if_fail (GST_IS_PRESET (preset), FALSE); in gst_preset_save_preset()1137 g_return_val_if_fail (GST_IS_PRESET (preset), FALSE); in gst_preset_rename_preset()1157 g_return_val_if_fail (GST_IS_PRESET (preset), FALSE); in gst_preset_delete_preset()1180 g_return_val_if_fail (GST_IS_PRESET (preset), FALSE); in gst_preset_set_meta()1204 g_return_val_if_fail (GST_IS_PRESET (preset), FALSE); in gst_preset_get_meta()
32 #define GST_IS_PRESET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PRESET)) macro
159 fail_unless (GST_IS_PRESET (elem)); in GST_START_TEST()
2043 if (splitmux->sink_preset && GST_IS_PRESET (splitmux->sink)) in start_next_fragment()2063 if (splitmux->muxer_preset && GST_IS_PRESET (splitmux->muxer)) in start_next_fragment()3741 if (splitmux->muxer_preset && GST_IS_PRESET (splitmux->muxer)) in create_muxer()3838 if (splitmux->sink_preset && GST_IS_PRESET (splitmux->sink)) in create_sink()
465 if (!GST_IS_PRESET(element)) in gst_parse_element_preset()
465 if (!GST_IS_PRESET(element))
539 if (!GST_IS_PRESET(element)) in gst_parse_element_preset()
1149 if (!GST_IS_PRESET (element)) in print_preset_list()
961 if (preset && GST_IS_PRESET (res)) { in _create_element_and_set_preset()