Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c311 multifilesink->aggregate_gops = DEFAULT_AGGREGATE_GOPS; in gst_multi_file_sink_init()
370 sink->aggregate_gops = g_value_get_boolean (value); in gst_multi_file_sink_set_property()
410 g_value_set_boolean (value, sink->aggregate_gops); in gst_multi_file_sink_get_property()
426 if (sink->aggregate_gops) in gst_multi_file_sink_start()
803 if (sink->aggregate_gops) { in gst_multi_file_sink_render()
1027 if (multifilesink->aggregate_gops) { in gst_multi_file_sink_event()
Dgstmultifilesink.h105 gboolean aggregate_gops; member
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.h83 gboolean aggregate_gops; member
Dmpegpsmux.c194 mux->aggregate_gops = g_value_get_boolean (value); in gst_mpegpsmux_set_property()
210 g_value_set_boolean (value, mux->aggregate_gops); in gst_mpegpsmux_get_property()
681 if (mux->aggregate_gops) { in new_packet_cb()