Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1866 gchar **propv; in create_encoding_stream_profile() local
1882 propv = g_strsplit (prop, "=", -1); in create_encoding_stream_profile()
1883 if (propv[1] && propv[2]) { in create_encoding_stream_profile()
1890 if (!propv[1]) { in create_encoding_stream_profile()
1891 presence_str = propv[0]; in create_encoding_stream_profile()
1892 } else if (!g_strcmp0 (propv[0], "presence")) { in create_encoding_stream_profile()
1893 presence_str = propv[1]; in create_encoding_stream_profile()
1894 } else if (!g_strcmp0 (propv[0], "variable-framerate")) { in create_encoding_stream_profile()
1895 variable_framerate = g_strdup (propv[1]); in create_encoding_stream_profile()
1896 } else if (!g_strcmp0 (propv[0], "single-segment")) { in create_encoding_stream_profile()
[all …]