Issue in Using x264enc element with tee element

Wim Taymans wim.taymans at gmail.com
Mon Sep 3 02:03:04 PDT 2012


On 09/03/2012 10:52 AM, himanshu agarwal wrote:
> hey i am trying to make pipeline which simultaneously play and save the
> videotestsrc in h264 format.......but my pipeline is getting sttoped at
> prerolling state......pipeline i am trying is :
>
> gst-launch videotestsrc ! tee name=video video. ! queue !
> ffmpegcolorspace ! x264enc ! identity ! fakesink silent=true video. !
> queue ! xvimagesink -v

try: ... ! x264enc tune=zerolatency ! ..

or ... ! queue max-size-time=0 ! xvimagesink

Wim
>
> Identity element is not getting any data from x264enc
>
> any type help will be appriciated....please please help
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



More information about the gstreamer-devel mailing list