Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsink.c303 struct splitmux_location_state *location_state) in check_format_location() argument
312 if (location_state) { in check_format_location()
313 fail_unless (location_state->got_format_location == FALSE, in check_format_location()
315 location_state->got_format_location = TRUE; in check_format_location()
323 struct splitmux_location_state *location_state) in bus_sync_handler() argument
329 if (message->src == GST_OBJECT_CAST (location_state->splitmuxsink)) { in bus_sync_handler()
333 fail_unless (location_state->got_format_location == TRUE, in bus_sync_handler()
335 fail_unless (location_state->fragment_opened == FALSE); in bus_sync_handler()
336 location_state->fragment_opened = TRUE; in bus_sync_handler()
339 fail_unless (location_state->current_location == NULL in bus_sync_handler()
[all …]