Home
last modified time | relevance | path

Searched refs:GST_IS_PRESET (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpreset.c1063 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()
Dgstpreset.h32 #define GST_IS_PRESET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PRESET)) macro
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpreset.c159 fail_unless (GST_IS_PRESET (elem)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2043 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()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y465 if (!GST_IS_PRESET(element)) in gst_parse_element_preset()
Dgrammar.y.in465 if (!GST_IS_PRESET(element))
Dgrammar.tab.c539 if (!GST_IS_PRESET(element)) in gst_parse_element_preset()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1149 if (!GST_IS_PRESET (element)) in print_preset_list()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c961 if (preset && GST_IS_PRESET (res)) { in _create_element_and_set_preset()