Searched refs:sgroup (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 256 static void stream_group_remove (GstEncodeBaseBin * ebin, StreamGroup * sgroup); 257 static void stream_group_free (GstEncodeBaseBin * ebin, StreamGroup * sgroup); 561 StreamGroup *sgroup = (StreamGroup *) tmp->data; in stream_profile_used_count() local 563 if (sgroup->profile == sprof) in stream_profile_used_count() 669 StreamGroup *sgroup = NULL; in request_pad_for_stream() local 675 while (sgroup == NULL) { in request_pad_for_stream() 684 sgroup = _create_stream_group (encodebin, sprof, name, caps, in request_pad_for_stream() 687 if (G_UNLIKELY (sgroup)) in request_pad_for_stream() 701 if (!sgroup) in request_pad_for_stream() 705 return sgroup->ghostpad; in request_pad_for_stream() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | hlsplaylist.c | 54 void ff_hls_write_subtitle_rendition(AVIOContext *out, const char *sgroup, in ff_hls_write_subtitle_rendition() argument 61 avio_printf(out, "#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=\"%s\"", sgroup); in ff_hls_write_subtitle_rendition() 72 const char *sgroup) in ff_hls_write_stream_info() argument 93 if (sgroup && sgroup[0]) in ff_hls_write_stream_info() 94 avio_printf(out, ",SUBTITLES=\"%s\"", sgroup); in ff_hls_write_stream_info()
|
D | hlsplaylist.h | 43 void ff_hls_write_subtitle_rendition(AVIOContext *out, const char *sgroup, 49 const char *sgroup);
|
D | hlsenc.c | 183 const char *sgroup; /* subtitle group name */ member 1387 const char *sgroup = NULL; local 1510 if (vid_st && vs->sgroup) { 1511 sgroup = vs->sgroup; 1518 …ff_hls_write_subtitle_rendition(hls->m3u8_out, sgroup, vtt_m3u8_rel_name, vs->language, i, hls->ha… 1523 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup); 1527 … aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup); 2098 vs->sgroup = val;
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 1112 -f hls -var_stream_map "v:0,a:0,s:0,sgroup:subtitle" \
|