<div dir="ltr">There's a few potential problems here. Rather than figuring out what they are, I'd suggest you just try playing it with gst-play-1.0 first, rather than manually constructing the pipeline. You can them dump the resulting pipeline to a dot file and view it if you'd like to get an idea of how to manually construct.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 26 September 2016 at 18:13, Mikl <span dir="ltr"><<a href="mailto:michael.yarochkin@timetronics.be" target="_blank">michael.yarochkin@timetronics.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have MKV, recodred my gstreamer<br>
  video: appsrc ! 'video/x-raw-rgb,width=800,<wbr>height=600,framerate=24/1' !<br>
jpegenc ! matroskamux ! filesink<br>
  2 subtitles truks: appsrc ! '"text/x-raw' ! matroskamux ! filesink<br>
<br>
when i am trying to play it<br>
gst-launch-1.0 filesrc location=C:\\test\\test.mkv ! matroskademux name=mux<br>
mux.video_0! jpegdec ! autovideosink<br>
<br>
i have this error<br>
<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
ERROR: from element /GstPipeline:pipeline0/<wbr>GstMatroskaDemux:mux: Internal<br>
data stream error.<br>
Additional debug info:<br>
matroska-demux.c(4759): gst_matroska_demux_loop ():<br>
/GstPipeline:pipeline0/<wbr>GstMatroskaDemux:mux:<br>
streaming stopped, reason not-negotiated (-4)<br>
ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
What is wrong?<br>
Can you help me please to play it<br>
<br>
Thank you in advance.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Can-not-play-MKV-tp4679788.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/Can-not-play-<wbr>MKV-tp4679788.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div>