Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1867 gchar *presence_str = NULL; in create_encoding_stream_profile() local
1891 presence_str = propv[0]; in create_encoding_stream_profile()
1893 presence_str = propv[1]; in create_encoding_stream_profile()
1914 if (presence_str) { in create_encoding_stream_profile()
1915 presence = g_ascii_strtoll (presence_str, &endptr, 10); in create_encoding_stream_profile()
1918 g_warning ("Wrong presence %s", presence_str); in create_encoding_stream_profile()