<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi,</div>

<div> </div>

<div>the output of gst-inspect is:</div>

<div> </div>

<div>
<div><span style="font-family:courier new,courier,monospace;">>gst-inspect.exe -a | grep video/x-h265</span><br/>
x265enc:       video/x-h265<br/>
h265parse:       video/x-h265<br/>
h265parse:       video/x-h265<br/>
WARNING: no real random source present!<br/>
rtph265pay:       video/x-h265<br/>
rtph265pay:       video/x-h265<br/>
rtph265depay:       video/x-h265<br/>
mpegtsmux:       video/x-h265<br/>
tsdemux:       video/x-h265<br/>
matroskamux:       video/x-h265<br/>
libde265dec:       video/x-h265</div>

<div>(gst-inspect-1.0:8284): GStreamer-CRITICAL **: gst_pad_new_from_template: assertion 'GST_IS_PAD_TEMPLATE (templ)' f</div>

<div><br/>
(gst-inspect-1.0:8284): GStreamer-CRITICAL **: gst_pad_template_get_caps: assertion 'GST_IS_PAD_TEMPLATE (templ)' f</div>

<div><br/>
** (gst-inspect-1.0:8284): CRITICAL **: gst_pad_set_caps: assertion 'GST_IS_PAD (pad)' failed</div>

<div>(gst-inspect-1.0:8284): GStreamer-CRITICAL **: gst_element_add_pad: assertion 'GST_IS_PAD (pad)' failed<br/>
avdec_h265:       video/x-h265</div>

<div> </div>
</div>

<div> </div>

<div>I was wondering that matroskamux is shown. So i tried my pipeline again with h265parse before x265enc and now it works. could not test it on my tv yet but i mkv has worked always.</div>

<div>My pipeline:</div>

<div><span style="font-family:courier new,courier,monospace;">gst-launch.exe -v -e videotestsrc pattern=snow ! video/x-raw,width=3840,height=2160 ! x265enc ! h265parse ! matroskamux ! filesink location=test.mkv</span></div>

<div> </div>

<div>Thanks,</div>

<div>Jens</div>

<div> </div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Mittwoch, 03. Mai 2017 um 07:49 Uhr<br/>
<b>Von:</b> "Baby Octopus" <jagadishkamathk@gmail.com><br/>
<b>An:</b> gstreamer-devel@lists.freedesktop.org<br/>
<b>Betreff:</b> Re: looking for supported muxers for x265enc</div>

<div name="quoted-content">Try running <gst-inspect-1.0 -a | grep video/x-h265> to see what all muxers<br/>
support H265 muxing<br/>
<br/>
<br/>
<br/>
--<br/>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/looking-for-supported-muxers-for-x265enc-tp4682879p4682893.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/looking-for-supported-muxers-for-x265enc-tp4682879p4682893.html</a><br/>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br/>
_______________________________________________<br/>
gstreamer-devel mailing list<br/>
gstreamer-devel@lists.freedesktop.org<br/>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></div>
</div>
</div>
</div></div></body></html>