Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.h47 gint seekpoints; member
Dgstflacenc.c705 if (flacenc->seekpoints && total_samples != GST_CLOCK_TIME_NONE) { in gst_flac_enc_set_metadata()
711 if (flacenc->seekpoints > 0) { in gst_flac_enc_set_metadata()
714 (flacenc->meta[entries], flacenc->seekpoints, total_samples); in gst_flac_enc_set_metadata()
716 samples = -flacenc->seekpoints * GST_AUDIO_INFO_RATE (info); in gst_flac_enc_set_metadata()
723 flacenc->seekpoints); in gst_flac_enc_set_metadata()
729 } else if (flacenc->seekpoints && total_samples == GST_CLOCK_TIME_NONE) { in gst_flac_enc_set_metadata()
1531 this->seekpoints = g_value_get_int (value); in gst_flac_enc_set_property()
1612 g_value_set_int (value, this->seekpoints); in gst_flac_enc_get_property()
/third_party/gstreamer/gstplugins_good/
DChangeLog107282 flacenc: fix seekpoints property copy-and-paste documentation
107289 API: GstFlacEnc:seekpoints