Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c830 GString *streams_str; in gst_info_describe_stream_collection() local
833 streams_str = g_string_new ("<"); in gst_info_describe_stream_collection()
839 g_string_append_printf (streams_str, " %s,", s); in gst_info_describe_stream_collection()
842 g_string_append (streams_str, " >"); in gst_info_describe_stream_collection()
845 gst_stream_collection_get_size (collection), streams_str->str); in gst_info_describe_stream_collection()
847 g_string_free (streams_str, TRUE); in gst_info_describe_stream_collection()