Lines Matching refs:propv
1866 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()
1900 if (!gst_value_deserialize (&v, propv[1])) { in create_encoding_stream_profile()
1902 propv[1]); in create_encoding_stream_profile()
1910 g_warning ("Unsupported property: %s", propv[0]); in create_encoding_stream_profile()