<div>Source file: <a href="https://www.emitapp.com/romantica.ts">https://www.emitapp.com/romantica.ts</a></div><div><br></div>Working 0.10 pipeline:<div><div>gst-launch-0.10 --gst-debug-level=2  flvmux name=mflv1 ! filesink location="high.flv"  \</div>
<div>filesrc location="romantica.ts" ! tsdemux name=d \</div><div>d. ! queue  ! mad ! queue ! audioconvert ! ffenc_aac bitrate=128000 ! queue ! mflv1. \</div><div>d. ! queue ! ffdec_h264 ! queue ! videoscale ! video/x-raw-yuv, width=640, height=360 ! x264enc byte-stream=true bitrate=1024  speed-preset=superfast ! queue ! mflv1.</div>
<div><br></div><div>Should be equivalent but not working 1.0 pipeline:</div><div><div>gst-launch-1.0 --gst-debug-level=2  flvmux name=mflv1 ! filesink location="high.flv"  \</div><div>filesrc location="romantica.ts1" ! tsdemux name=d \</div>
<div>d. ! queue  ! mad ! queue ! audioconvert ! avenc_aac bitrate=128000 ! queue ! mflv1. \</div><div>d. ! queue ! h264parse ! avdec_h264 ! queue ! videoscale ! video/x-raw,format=YV12, width=640, height=360 ! x264enc byte-stream=true bitrate=1024  speed-preset=superfast ! queue ! mflv1.</div>
</div><div><br></div><div>The error is:</div><div>** (gst-launch-1.0:25804): CRITICAL **: gst_video_decoder_set_latency: assertion `GST_CLOCK_TIME_IS_VALID (min_latency)' failed</div><div><br></div><div><br></div><div>
Sergej</div><br><div class="gmail_quote">On Fri, Oct 5, 2012 at 2:25 PM, Edward Hervey <span dir="ltr"><<a href="mailto:bilboed@gmail.com" target="_blank">bilboed@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Fri, 2012-10-05 at 06:57 +0200, Rapsey wrote:<br>
><br>
> On Thu, Oct 4, 2012 at 10:55 PM, Tim-Philipp Müller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>><br>
> wrote:<br>
>         On Thu, 2012-10-04 at 22:31 +0200, Felipe Contreras wrote:<br>
><br>
>         > > Because as I understand it he's using 1.0.<br>
>         ><br>
>         > I didn't see any mention of that. Is avdec_h264 only 1.0?<br>
><br>
><br>
>         Yes. (Not directly related to whether ffmpeg or libav are used<br>
>         under the<br>
>         hood).<br>
><br>
><br>
><br>
> Yes I was talking about 1.0. I went back to 0.10 though, because I<br>
> could not get anything but the most trivial graphs to work on 1.0.<br>
> Everything fails on some strange reason.<br>
<br>
</div></div>  If you give us more details, we could maybe help.<br>
  The pipeline you described work fine here.<br>
<br>
   Edward<br>
<br>
><br>
><br>
><br>
><br>
> Sergej<br>
<div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>