Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.h73 gboolean cache_buffers; member
Drsninputselector.c1060 if (sel->sync_streams && sel->cache_buffers) { in gst_selector_pad_chain()
1375 sel->cache_buffers = g_value_get_boolean (value); in gst_input_selector_set_property()
1423 g_value_set_boolean (value, sel->cache_buffers); in gst_input_selector_get_property()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstinputselector.h74 gboolean cache_buffers; member
Dgstinputselector.c1175 if (sel->sync_streams && sel->cache_buffers) in gst_selector_pad_chain()
1186 if (sel->sync_streams && sel->cache_buffers) { in gst_selector_pad_chain()
1510 sel->cache_buffers = g_value_get_boolean (value); in gst_input_selector_set_property()
1558 g_value_set_boolean (value, sel->cache_buffers); in gst_input_selector_get_property()
/third_party/gstreamer/gstreamer/
DChangeLog27419 inputselector: Fix buffer leak in sync_streams & cache_buffers mode
27420 After doing gst_pad_push() in case of sync_streams and cache_buffers,