Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c75 GstPad *encodebin_pad; member
79 transcoding_stream_new (GstStream * stream, GstPad * encodebin_pad) in transcoding_stream_new() argument
85 tstream->encodebin_pad = encodebin_pad; in transcoding_stream_new()
94 gst_object_unref (tstream->encodebin_pad); in transcoding_stream_free()
307 } else if (pad && s->encodebin_pad == pad) { in find_stream()
333 pad = _insert_filter (self, stream->encodebin_pad, pad, caps); in gst_transcode_bin_link_encodebin_pad()
334 lret = gst_pad_link (pad, stream->encodebin_pad); in gst_transcode_bin_link_encodebin_pad()
340 stream->encodebin_pad); in gst_transcode_bin_link_encodebin_pad()
344 GstCaps *othercaps = gst_pad_query_caps (stream->encodebin_pad, NULL); in gst_transcode_bin_link_encodebin_pad()
355 pad, caps, stream->encodebin_pad, othercaps, in gst_transcode_bin_link_encodebin_pad()
[all …]