Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1637 gchar *strcaps, *strpresence, **strpresence_v, **restriction_format, in create_encoding_stream_profile() local
1654 strpresence = preset_v[1]; in create_encoding_stream_profile()
1658 strpresence = preset_v[0]; in create_encoding_stream_profile()
1661 strpresence_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/
H A Dges-xml-formatter.c190 const gchar *parent, *strid, *type, *strpresence, *format = NULL, in _parse_stream_profile() local
201 G_MARKUP_COLLECT_STRING, "presence", &strpresence, in _parse_stream_profile()
220 if (strpresence) { in _parse_stream_profile()
221 presence = g_ascii_strtoll (strpresence, NULL, 10); in _parse_stream_profile()