Skip to content

dashsink: add h265 codec support

Haihua Hu requested to merge JaredHu/gst-plugins-bad:dashsink_h265 into master

return hvc1 for video/x-h265 mime type. no need to unref caps, it will be unref in caller gst_dash_sink_get_stream_metadata(). Otherwise, the caps from dashsink.video_%d is double unrefed.

image

Merge request reports