Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h219 gchar *muxer_preset; member
Dgstsplitmuxsink.c683 if (splitmux->muxer_preset) in gst_splitmux_sink_finalize()
684 g_free (splitmux->muxer_preset); in gst_splitmux_sink_finalize()
867 if (splitmux->muxer_preset) in gst_splitmux_sink_set_property()
868 g_free (splitmux->muxer_preset); in gst_splitmux_sink_set_property()
869 splitmux->muxer_preset = g_value_dup_string (value); in gst_splitmux_sink_set_property()
1012 g_value_set_string (value, splitmux->muxer_preset); in gst_splitmux_sink_get_property()
2063 if (splitmux->muxer_preset && GST_IS_PRESET (splitmux->muxer)) in start_next_fragment()
2065 splitmux->muxer_preset); in start_next_fragment()
3741 if (splitmux->muxer_preset && GST_IS_PRESET (splitmux->muxer)) in create_muxer()
3743 splitmux->muxer_preset); in create_muxer()