Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c72 static void probe_all_properties (gboolean playing);
268 probe_all_properties (FALSE); in on_button_ready_clicked()
278 probe_all_properties (FALSE); in on_button_null_clicked()
292 probe_all_properties (TRUE); in on_button_playing_clicked()
319 probe_all_properties (GST_STATE (self->bin) >= GST_STATE_PAUSED); in on_renegotiate_button_clicked()
330 probe_all_properties (GST_STATE (self->bin) >= GST_STATE_PAUSED); in on_start_capture_button_clicked()
341 probe_all_properties (GST_STATE (self->bin) >= GST_STATE_PAUSED); in on_stop_capture_button_clicked()
394 probe_all_properties (gboolean playing) in probe_all_properties() function
657 probe_all_properties (FALSE); in main()